Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:06 +08:00
commit 036d836556
15 changed files with 722 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "devtools",
"description": "Plugin under development",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Huangdijia",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}