Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:12 +08:00
commit 49bc91f649
4 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code",
"description": "code plugin",
"version": "0.0.1",
"author": {
"name": "stallboy"
},
"commands": [
"./commands"
]
}