17 lines
388 B
JSON
17 lines
388 B
JSON
[
|
|
{
|
|
"name": "partyName",
|
|
"type": "input-text",
|
|
"label": "需要切换的队伍名称"
|
|
},
|
|
{
|
|
"name": "disableGoStatue",
|
|
"type": "checkbox",
|
|
"label": "关闭前往七天神像"
|
|
},
|
|
{
|
|
"name": "enableDebug",
|
|
"type": "checkbox",
|
|
"label": "开启Debug模式(队伍寻找过程中的识别内容)"
|
|
}
|
|
] |