Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:52 +08:00
commit 40241aa297
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "hello-world",
"description": "Example plugin demonstrating basic structure",
"version": "1.0.0",
"author": {
"name": "g-shudy",
"email": "your.email@example.com",
"url": "https://ghsj.me"
},
"commands": [
"./commands"
]
}