From eafe42fe5920bed48a8d5a0304bc1ccec514a4a2 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 4 Jul 2025 16:45:34 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/10964 --- 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/protyle/render/av/view.ts | 6 ++++++ 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/app/appearance/icons/ant/icon.js b/app/appearance/icons/ant/icon.js index ceadc89d7..6bff16ef4 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 6e5dceed1..367e6739e 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.33.0" + "version": "1.34.0" } diff --git a/app/appearance/icons/index.html b/app/appearance/icons/index.html index 1867bf3ea..cdb5c92a7 100644 --- a/app/appearance/icons/index.html +++ b/app/appearance/icons/index.html @@ -28,6 +28,12 @@

SiYuan

+
+ + + + iconGroups +
diff --git a/app/appearance/icons/material/icon.js b/app/appearance/icons/material/icon.js index bb4908003..32b263a79 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 9c3960a25..264ee759f 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.33.0" + "version": "1.34.0" } diff --git a/app/src/protyle/render/av/view.ts b/app/src/protyle/render/av/view.ts index f73aca662..37e5cf35d 100644 --- a/app/src/protyle/render/av/view.ts +++ b/app/src/protyle/render/av/view.ts @@ -216,6 +216,12 @@ export const getViewHTML = (data: IAV) => { ${view.sorts.length} +