mirror of
https://github.com/eondrcode/obsidian-manager.git
synced 2026-07-22 11:40:24 +00:00
20 lines
No EOL
405 B
TypeScript
20 lines
No EOL
405 B
TypeScript
export const ITEM_STYLE = {
|
|
'alwaysExpand': '始终展开',
|
|
'neverExpand': '永不展开',
|
|
'hoverExpand': '悬浮展开',
|
|
'clickExpand': '单击展开'
|
|
}
|
|
|
|
export const GROUP_STYLE = {
|
|
'a': '样式一',
|
|
'b': '样式二',
|
|
'c': '样式三',
|
|
'd': '样式四'
|
|
}
|
|
|
|
export const TAG_STYLE = {
|
|
'a': '样式一',
|
|
'b': '样式二',
|
|
'c': '样式三',
|
|
'd': '样式四'
|
|
} |