Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:17 +08:00
commit 652915e226
62 changed files with 8212 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "{{PLUGIN_NAME}}",
"version": "1.0.0",
"description": "{{DESCRIPTION}}",
"owner": {
"name": "Plugin Developer",
"email": "noreply@{{PLUGIN_NAME}}.dev"
},
"plugins": [
{
"name": "{{PLUGIN_NAME}}",
"description": "{{DESCRIPTION}}",
"version": "1.0.0",
"author": {
"name": "Plugin Developer",
"email": "noreply@{{PLUGIN_NAME}}.dev"
},
"source": "./plugins/{{PLUGIN_NAME}}",
"category": "development",
"keywords": []
}
]
}