This commit is contained in:
linyuchen
2023-10-25 17:34:12 +08:00
parent 5ae95e8263
commit cc7d869c84
14 changed files with 196 additions and 83 deletions

View File

@@ -1,31 +0,0 @@
{
"manifest_version": 3,
"type": "extension",
"name": "插件模板",
"slug": "plugin_template",
"description": "LiteLoaderQQNT的插件模板",
"version": "0.1.0",
"thumbnail": "./icon.png",
"author": {
"name": "LiteLoaderQQNT",
"link": "https://github.com/LiteLoaderQQNT"
},
"repository": {
"repo": "LiteLoaderQQNT/LiteLoaderQQNT-Plugin-Template",
"branch": "main",
"use_release": {
"tag": "latest",
"name": "Plugin-Template.zip"
}
},
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./src/renderer.js",
"main": "./src/main.js",
"preload": "./src/preload.js"
}
}