Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:06 +08:00
commit fc11ff7ee9
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "my-first-plugin",
"description": "My first test plugin",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Test User",
"email": "zhongweili@tubi.tv"
},
"commands": [
"./commands"
]
}