50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
[
|
||
{
|
||
"name": "start",
|
||
"type": "checkbox",
|
||
"label": "请仔细阅读脚本介绍,并进行配置后勾选此项\n不勾选脚本不会运行!"
|
||
},
|
||
{
|
||
"name": "leyLineOutcropType",
|
||
"type": "select",
|
||
"label": "地脉花类型",
|
||
"options": [
|
||
"蓝花(经验书)",
|
||
"黄花(摩拉)"
|
||
]
|
||
},
|
||
{
|
||
"name": "country",
|
||
"type": "select",
|
||
"label": "国家(璃月和须弥路线不完整,仅测试使用)",
|
||
"options": [
|
||
"蒙德",
|
||
"璃月",
|
||
"稻妻",
|
||
"须弥",
|
||
"枫丹",
|
||
"纳塔"
|
||
]
|
||
},
|
||
{
|
||
"name": "count",
|
||
"type": "input-text",
|
||
"label": "刷取次数,默认6次"
|
||
},
|
||
{
|
||
"name": "team",
|
||
"type": "input-text",
|
||
"label": "战斗的队伍名称,不填表示不切换队伍"
|
||
},
|
||
{
|
||
"name": "friendshipTeam",
|
||
"type": "input-text",
|
||
"label": "好感队名称,不填表示不切换好感队"
|
||
},
|
||
{
|
||
"name": "timeout",
|
||
"type": "input-text",
|
||
"label": "战斗超时时间,单位秒,默认120秒"
|
||
}
|
||
]
|
||
|