Files
GameServerManager/server/data/plugins/example-plugin/plugin.json
2025-07-12 09:23:35 +08:00

12 lines
345 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "example-plugin",
"displayName": "示例插件",
"description": "这是一个演示插件功能的示例插件展示了如何创建自定义的Web界面。",
"version": "1.0.0",
"author": "GSM3团队",
"enabled": true,
"hasWebInterface": true,
"entryPoint": "index.html",
"icon": "puzzle",
"category": "工具"
}