Files
browser/plugins/examples/dev-game-plugin/schemas/create-form.schema.json
T
2026-07-11 14:56:10 +08:00

18 lines
278 B
JSON

{
"fields": [
{
"key": "serverName",
"label": "服务器名称",
"type": "text",
"required": true
},
{
"key": "gamePort",
"label": "游戏端口",
"type": "port",
"required": true,
"default": 27015
}
]
}