From 2872dab9eb9c40e06d43886728ddad84c1c18722 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 12 Oct 2023 20:11:59 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/9418 --- 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/col.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 96b19ac8d..d7b227455 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 330897d63..8737d32b7 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.24.0" + "version": "1.25.0" } diff --git a/app/appearance/icons/index.html b/app/appearance/icons/index.html index 447109532..19549de14 100644 --- a/app/appearance/icons/index.html +++ b/app/appearance/icons/index.html @@ -28,6 +28,12 @@

SiYuan

+
+ + + + iconKey +
diff --git a/app/appearance/icons/material/icon.js b/app/appearance/icons/material/icon.js index 4bb6b75d8..80976c10e 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 2aac52867..0acf9352d 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.24.0" + "version": "1.25.0" } diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 3217e91ec..fa91446c8 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -281,7 +281,7 @@ export const getColIconByType = (type: TAVCol) => { case "text": return "iconAlignLeft"; case "block": - return "iconParagraph"; + return "iconKey"; case "number": return "iconNumber"; case "select":