Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:33 +08:00
commit fc9d4ec71c
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "plugin-demo1",
"description": "A simple yes-man plugin to learn the basics",
"version": "1.0.0",
"author": {
"name": "Scoheart"
},
"commands": [
"./commands"
]
}