mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-09-06 16:09:44 +08:00
Add EasyTier installation, profile storage, secure runtime control, authenticated plugin UI, and operator documentation. Harden embedded plugin auth/assets and FRP helper installation alongside the new networking workflow.
13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"name": "tunnel-helper",
|
|
"displayName": "内网穿透助手 (frp)",
|
|
"description": "为现有游戏实例生成、保存并管理 frp 客户端穿透配置。",
|
|
"version": "0.3.0",
|
|
"author": "GSM3 Community",
|
|
"enabled": false,
|
|
"hasWebInterface": true,
|
|
"entryPoint": "index.html",
|
|
"icon": "network",
|
|
"category": "工具"
|
|
}
|