From ba8ff1cb31036e0d460f4b256d3eade18e1b6715 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 14 Jan 2023 23:57:56 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/7071 --- app/appearance/icons/ant/icon.js | 3 +++ app/appearance/icons/ant/icon.json | 2 +- app/appearance/icons/index.html | 6 ++++++ app/appearance/icons/material/icon.js | 3 +++ app/appearance/icons/material/icon.json | 2 +- app/src/menus/workspace.ts | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/appearance/icons/ant/icon.js b/app/appearance/icons/ant/icon.js index 80deacfdd..e4294f67d 100644 --- a/app/appearance/icons/ant/icon.js +++ b/app/appearance/icons/ant/icon.js @@ -1,5 +1,8 @@ document.body.insertAdjacentHTML('afterBegin', ` + + + diff --git a/app/appearance/icons/ant/icon.json b/app/appearance/icons/ant/icon.json index 371aaed15..472748853 100644 --- a/app/appearance/icons/ant/icon.json +++ b/app/appearance/icons/ant/icon.json @@ -2,5 +2,5 @@ "name": "ant", "author": "Vanessa", "url": "https://github.com/Vanessa219", - "version": "1.10.0" + "version": "1.11.0" } diff --git a/app/appearance/icons/index.html b/app/appearance/icons/index.html index f50186d3a..0917e5351 100644 --- a/app/appearance/icons/index.html +++ b/app/appearance/icons/index.html @@ -28,6 +28,12 @@

SiYuan

+
+ + + + iconWorkspace +
diff --git a/app/appearance/icons/material/icon.js b/app/appearance/icons/material/icon.js index 5fba67eb3..37c6f5ff6 100644 --- a/app/appearance/icons/material/icon.js +++ b/app/appearance/icons/material/icon.js @@ -1,5 +1,8 @@ document.body.insertAdjacentHTML('afterbegin', ` + + + diff --git a/app/appearance/icons/material/icon.json b/app/appearance/icons/material/icon.json index d63611122..aef05ac68 100644 --- a/app/appearance/icons/material/icon.json +++ b/app/appearance/icons/material/icon.json @@ -2,5 +2,5 @@ "name": "material", "author": "Vanessa", "url": "https://github.com/Vanessa219", - "version": "1.10.0" + "version": "1.11.0" } diff --git a/app/src/menus/workspace.ts b/app/src/menus/workspace.ts index a8ea6d649..ccce69c72 100644 --- a/app/src/menus/workspace.ts +++ b/app/src/menus/workspace.ts @@ -73,7 +73,7 @@ export const workspaceMenu = (rect: DOMRect) => { }); window.siyuan.menus.menu.append(new MenuItem({ label: window.siyuan.languages.workspaceList, - icon: "iconFiles", + icon: "iconWorkspace", type: "submenu", submenu: workspaceSubMenu, }).element);