first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"key": "serverName",
|
||||
"label": "服务器名称",
|
||||
"type": "text",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"key": "gamePort",
|
||||
"label": "游戏端口",
|
||||
"type": "port",
|
||||
"required": true,
|
||||
"default": 27015
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user