Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:26:42 +08:00
commit c112387243
15 changed files with 3051 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "{{MARKETPLACE_NAME}}",
"owner": "{{OWNER}}",
"plugins": [
{
"name": "{{PLUGIN_NAME}}",
"source": "./{{PLUGIN_NAME}}",
"description": "{{PLUGIN_DESCRIPTION}}"
}
]
}