mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
fe6e9c68fc
commit
645d7a089f
4 changed files with 22 additions and 17 deletions
|
|
@ -331,13 +331,13 @@ export abstract class Constants {
|
|||
data: [
|
||||
[{
|
||||
type: "file",
|
||||
size: {width: 220, height: 0},
|
||||
size: {width: 224, height: 0},
|
||||
show: true,
|
||||
icon: "iconFiles",
|
||||
hotkeyLangId: "fileTree",
|
||||
}, {
|
||||
type: "outline",
|
||||
size: {width: 220, height: 0},
|
||||
size: {width: 224, height: 0},
|
||||
show: false,
|
||||
icon: "iconAlignCenter",
|
||||
hotkeyLangId: "outline",
|
||||
|
|
@ -349,13 +349,13 @@ export abstract class Constants {
|
|||
hotkeyLangId: "inbox",
|
||||
}], [{
|
||||
type: "bookmark",
|
||||
size: {width: 220, height: 0},
|
||||
size: {width: 224, height: 0},
|
||||
show: false,
|
||||
icon: "iconBookmark",
|
||||
hotkeyLangId: "bookmark",
|
||||
}, {
|
||||
type: "tag",
|
||||
size: {width: 220, height: 0},
|
||||
size: {width: 224, height: 0},
|
||||
show: false,
|
||||
icon: "iconTags",
|
||||
hotkeyLangId: "tag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue