From aad60b4d4e004cc514eba475fb0769ae0401b19e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 13 Mar 2023 16:01:30 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7650 --- app/appearance/icons/ant/icon.js | 6 ++++++ app/appearance/icons/ant/icon.json | 2 +- app/appearance/icons/index.html | 12 ++++++++++++ app/appearance/icons/material/icon.js | 6 ++++++ app/appearance/icons/material/icon.json | 2 +- app/src/asset/index.ts | 6 +++--- app/src/layout/dock/Graph.ts | 2 +- app/src/protyle/breadcrumb/action.ts | 4 ++-- app/src/protyle/breadcrumb/index.ts | 2 +- 9 files changed, 33 insertions(+), 9 deletions(-) diff --git a/app/appearance/icons/ant/icon.js b/app/appearance/icons/ant/icon.js index 1c2766362..dac15a89b 100644 --- a/app/appearance/icons/ant/icon.js +++ b/app/appearance/icons/ant/icon.js @@ -1,5 +1,11 @@ document.body.insertAdjacentHTML('afterBegin', ` + + + + + + diff --git a/app/appearance/icons/ant/icon.json b/app/appearance/icons/ant/icon.json index 21ee81ef6..df5a9d404 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.14.0" + "version": "1.15.0" } diff --git a/app/appearance/icons/index.html b/app/appearance/icons/index.html index e23b01702..3233a51ae 100644 --- a/app/appearance/icons/index.html +++ b/app/appearance/icons/index.html @@ -28,6 +28,18 @@

SiYuan

+
+ + + + iconScrollHoriz +
+
+ + + + iconScrollVert +
diff --git a/app/appearance/icons/material/icon.js b/app/appearance/icons/material/icon.js index e66b707b7..381c97d34 100644 --- a/app/appearance/icons/material/icon.js +++ b/app/appearance/icons/material/icon.js @@ -1,5 +1,11 @@ document.body.insertAdjacentHTML('afterbegin', ` + + + + + + diff --git a/app/appearance/icons/material/icon.json b/app/appearance/icons/material/icon.json index 8a0bd73de..fb9b3f9e4 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.14.0" + "version": "1.15.0" } diff --git a/app/src/asset/index.ts b/app/src/asset/index.ts index e352442f2..01f68d46a 100644 --- a/app/src/asset/index.ts +++ b/app/src/asset/index.ts @@ -198,11 +198,11 @@ export class Asset extends Model {