mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
f4b91dd8c9
commit
9249d4e010
4 changed files with 13 additions and 13 deletions
|
|
@ -328,13 +328,13 @@ export abstract class Constants {
|
|||
data: [
|
||||
[{
|
||||
type: "file",
|
||||
size: {width: 240, height: 0},
|
||||
size: {width: 220, height: 0},
|
||||
show: true,
|
||||
icon: "iconFiles",
|
||||
hotkeyLangId: "fileTree",
|
||||
}, {
|
||||
type: "outline",
|
||||
size: {width: 240, height: 0},
|
||||
size: {width: 220, height: 0},
|
||||
show: false,
|
||||
icon: "iconAlignCenter",
|
||||
hotkeyLangId: "outline",
|
||||
|
|
@ -346,13 +346,13 @@ export abstract class Constants {
|
|||
hotkeyLangId: "inbox",
|
||||
}], [{
|
||||
type: "bookmark",
|
||||
size: {width: 240, height: 0},
|
||||
size: {width: 220, height: 0},
|
||||
show: false,
|
||||
icon: "iconBookmark",
|
||||
hotkeyLangId: "bookmark",
|
||||
}, {
|
||||
type: "tag",
|
||||
size: {width: 240, height: 0},
|
||||
size: {width: 220, height: 0},
|
||||
show: false,
|
||||
icon: "iconTags",
|
||||
hotkeyLangId: "tag",
|
||||
|
|
@ -364,19 +364,19 @@ export abstract class Constants {
|
|||
data: [
|
||||
[{
|
||||
type: "graph",
|
||||
size: {width: 360, height: 0},
|
||||
size: {width: 320, height: 0},
|
||||
show: false,
|
||||
icon: "iconGraph",
|
||||
hotkeyLangId: "graphView",
|
||||
}, {
|
||||
type: "globalGraph",
|
||||
size: {width: 360, height: 0},
|
||||
size: {width: 320, height: 0},
|
||||
show: false,
|
||||
icon: "iconGlobalGraph",
|
||||
hotkeyLangId: "globalGraph",
|
||||
}], [{
|
||||
type: "backlink",
|
||||
size: {width: 360, height: 0},
|
||||
size: {width: 320, height: 0},
|
||||
show: false,
|
||||
icon: "iconLink",
|
||||
hotkeyLangId: "backlinks",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue