feat: 插件增加原神icon

pull/81/head
moonrailgun 4 years ago
parent 2627f1a866
commit 0da45418e6

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

@ -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/`),
},
],
}),

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

Loading…
Cancel
Save