Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:58 +08:00
commit bc03d05922
4 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hello-world",
"description": "A hello world plugin",
"version": "1.0.0",
"author": {
"name": "Developer"
},
"commands": [
"./commands"
]
}