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 {