Files
bettergi-scripts-list/repo/js/AutoArtifactsSalvageOrDestroy(1-4star)/settings.json
24qiaoyue b354c06fc8 js,自动圣遗物分解升级为自动圣遗物分解或摧毁 (#1099)
* Delete repo/js/AutoArtifactsSalvage(1-4star) directory

* Add files via upload
2025-06-15 00:45:43 +08:00

36 lines
724 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.

[
{
"name": "operationType",
"type": "select",
"label": "操作类型(默认:分解)",
"options": [
"分解",
"摧毁"
]
},
{
"name": "times",
"type": "input-text",
"label": "操作次数,默认为1仅限摧毁一次摧毁最大数量为100个圣遗物"
},
{
"name": "includeOneStar",
"type": "checkbox",
"label": "包含一星圣遗物"
},
{
"name": "includeTwoStar",
"type": "checkbox",
"label": "包含二星圣遗物"
},
{
"name": "includeThreeStar",
"type": "checkbox",
"label": "包含三星圣遗物"
},
{
"name": "includeFourStar",
"type": "checkbox",
"label": "包含四星圣遗物"
}
]