mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-21 04:19:51 +08:00
21 lines
417 B
JSON
21 lines
417 B
JSON
[
|
|
{
|
|
"name": "process_selector",
|
|
"type": "select",
|
|
"label": "可执行剧情列表",
|
|
"options": [
|
|
"刷新剧情列表"
|
|
],
|
|
"default": "刷新剧情列表"
|
|
},
|
|
{
|
|
"name": "team",
|
|
"type": "input-text",
|
|
"label": "战斗的队伍名称,不填表示不切换队伍"
|
|
},
|
|
{
|
|
"name": "elementTeam",
|
|
"type": "input-text",
|
|
"label": "元素采集的队伍名称"
|
|
}
|
|
] |