mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-05-22 19:29:37 +08:00
12 lines
345 B
JSON
12 lines
345 B
JSON
{
|
||
"name": "example-plugin",
|
||
"displayName": "示例插件",
|
||
"description": "这是一个演示插件功能的示例插件,展示了如何创建自定义的Web界面。",
|
||
"version": "1.0.0",
|
||
"author": "GSM3团队",
|
||
"enabled": true,
|
||
"hasWebInterface": true,
|
||
"entryPoint": "index.html",
|
||
"icon": "puzzle",
|
||
"category": "工具"
|
||
} |