mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: plugin icon
This commit is contained in:
@@ -28,7 +28,9 @@ let config = {
|
|||||||
'./lib-cov/fluent-ffmpeg': './lib/fluent-ffmpeg'
|
'./lib-cov/fluent-ffmpeg': './lib/fluent-ffmpeg'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [cp({ targets: [...external.map(genCpModule), { src: './manifest.json', dest: 'dist' }] })]
|
plugins: [cp({ targets: [...external.map(genCpModule),
|
||||||
|
{ src: './manifest.json', dest: 'dist' }, {src: './icon.jpg', dest: 'dist' }]
|
||||||
|
})]
|
||||||
},
|
},
|
||||||
preload: {
|
preload: {
|
||||||
// vite config options
|
// vite config options
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "LiteLoaderQQNT的OneBotApi",
|
"description": "LiteLoaderQQNT的OneBotApi",
|
||||||
"version": "3.14.0",
|
"version": "3.14.0",
|
||||||
"icon": "./icon.png",
|
"icon": "./icon.jpg",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "linyuchen",
|
"name": "linyuchen",
|
||||||
|
Reference in New Issue
Block a user