mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
初始化模板
This commit is contained in:
19
manifest.json
Normal file
19
manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"type": "extension",
|
||||
"name": "插件模板",
|
||||
"slug": "plugin_template",
|
||||
"description": "LiteLoaderQQNT的插件模板",
|
||||
"version": "0.1.0",
|
||||
"author": [
|
||||
{
|
||||
"name": "沫烬染",
|
||||
"link": "https://github.com/mo-jinran"
|
||||
}
|
||||
],
|
||||
"injects": {
|
||||
"renderer": "./src/renderer.js",
|
||||
"main": "./src/main.js",
|
||||
"preload": "./src/preload.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user