Files
bettergi-scripts-list/repo/js/AutoSwitchRoles/settings.json
2025-06-11 19:16:11 +08:00

40 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "switchPartyName",
"type": "input-text",
"label": "切换队伍(默认为当前配对)",
"default": ""
},
{
"name": "option",
"type": "select",
"label": "选择模式",
"options": ["推荐-非快速配对模式 @Tool_tingsu",
"存在bug-快速配对模式 @兩夢三醒"],
"default": "推荐-非快速配对模式 @Tool_tingsu"
},
{
"name": "position1",
"type": "input-text",
"label": "1号位空选即不处理支持别名",
"default": ""
},
{
"name": "position2",
"type": "input-text",
"label": "2号位空选即不处理支持别名",
"default": ""
},
{
"name": "position3",
"type": "input-text",
"label": "3号位空选即不处理支持别名",
"default": ""
},
{
"name": "position4",
"type": "input-text",
"label": "4号位空选即不处理支持别名",
"default": ""
}
]