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