From 0da45418e6c543a7f2af44ba033f866fe6329711 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 15 Dec 2021 17:25:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=92=E4=BB=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8E=9F=E7=A5=9Eicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- registry.json | 1 + web/.ministarrc.js | 2 +- web/plugins/com.msgbyte.theme.genshin/manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index c906815d..331c346f 100644 --- a/registry.json +++ b/registry.json @@ -21,6 +21,7 @@ "label": "原神主题", "name": "com.msgbyte.theme.genshin", "url": "/plugins/com.msgbyte.theme.genshin/index.js", + "icon": "/plugins/com.msgbyte.theme.genshin/assets/icon.jpg", "version": "0.0.0", "author": "msgbyte", "description": "原神主题", diff --git a/web/.ministarrc.js b/web/.ministarrc.js index 706ba898..272d27b8 100644 --- a/web/.ministarrc.js +++ b/web/.ministarrc.js @@ -12,7 +12,7 @@ module.exports = { `./plugins/${pluginName}`, './assets/**/*' ), - dest: path.resolve(__dirname, `./dist/plugins/${pluginName}/public/`), + dest: path.resolve(__dirname, `./dist/plugins/${pluginName}/assets/`), }, ], }), diff --git a/web/plugins/com.msgbyte.theme.genshin/manifest.json b/web/plugins/com.msgbyte.theme.genshin/manifest.json index 59b6961b..313e6ad7 100644 --- a/web/plugins/com.msgbyte.theme.genshin/manifest.json +++ b/web/plugins/com.msgbyte.theme.genshin/manifest.json @@ -2,6 +2,7 @@ "label": "原神主题", "name": "com.msgbyte.theme.genshin", "url": "/plugins/com.msgbyte.theme.genshin/index.js", + "icon": "/plugins/com.msgbyte.theme.genshin/assets/icon.jpg", "version": "0.0.0", "author": "msgbyte", "description": "原神主题",