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