Files
bettergi-scripts-list/repo/js/AutoArtifacts_A_B_Extra/settings.json
2024-11-29 15:05:41 +08:00

46 lines
889 B
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.

[
// bgi已捕获可预期异常并设置重试次数
// {
// "name": "tryTimes",
// "type": "input-text",
// "label": "尝试次数"
// },
{
"name": "path",
"type": "select",
"label": "路线",
"options": [
"A",
"B",
"自动"
]
},
// {
// "name": "swapPath",
// "type": "checkbox",
// "label": "自动选择路线时交换AB路线"
// },
// {
// "name": "Extra",
// "type": "checkbox",
// "label": "拾取额外点位"
// },
// {
// "name": "autoSalvage",
// "type": "checkbox",
// "label": "自动分解"
// },
// {
// "name": "autoSalvage4",
// "type": "checkbox",
// "label": "自动分解包括4星圣遗物"
// },
// {
// "name": "autoSalvageSpan",
// "type": "input-text",
// "label": "自动分解在多少路径后执行一次"
// }
]