增加插件支持

This commit is contained in:
小朱
2025-07-12 09:23:35 +08:00
parent 9ba27aaba1
commit 21e4a6ecde
9 changed files with 1653 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "example-plugin",
"displayName": "示例插件",
"description": "这是一个演示插件功能的示例插件展示了如何创建自定义的Web界面。",
"version": "1.0.0",
"author": "GSM3团队",
"enabled": true,
"hasWebInterface": true,
"entryPoint": "index.html",
"icon": "puzzle",
"category": "工具"
}