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": "原神主题",