Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:27 +08:00
commit 9415298034
6 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "document",
"description": "Document tools",
"version": "1.0.0",
"author": {
"name": "Miles Chou"
},
"commands": [
"./commands"
]
}