Vanessa 2024-04-09 18:16:23 +08:00
parent e8b315573a
commit e32159852c

View file

@ -530,13 +530,13 @@ export abstract class Constants {
data: [ data: [
[{ [{
type: "file", type: "file",
size: {width: 227, height: 0}, size: {width: 232, height: 0},
show: true, show: true,
icon: "iconFiles", icon: "iconFiles",
hotkeyLangId: "fileTree", hotkeyLangId: "fileTree",
}, { }, {
type: "outline", type: "outline",
size: {width: 227, height: 0}, size: {width: 232, height: 0},
show: false, show: false,
icon: "iconAlignCenter", icon: "iconAlignCenter",
hotkeyLangId: "outline", hotkeyLangId: "outline",
@ -548,13 +548,13 @@ export abstract class Constants {
hotkeyLangId: "inbox", hotkeyLangId: "inbox",
}], [{ }], [{
type: "bookmark", type: "bookmark",
size: {width: 227, height: 0}, size: {width: 232, height: 0},
show: false, show: false,
icon: "iconBookmark", icon: "iconBookmark",
hotkeyLangId: "bookmark", hotkeyLangId: "bookmark",
}, { }, {
type: "tag", type: "tag",
size: {width: 227, height: 0}, size: {width: 232, height: 0},
show: false, show: false,
icon: "iconTags", icon: "iconTags",
hotkeyLangId: "tag", hotkeyLangId: "tag",