Files
bettergi-scripts-list/repo/js/AutoArtifactsSalvage(1-4star)/settings.json
24qiaoyue 04c16acf56 js:(AutoArtifactsSalvage) 自动分解1-4星圣遗物的工具 (#987)
* Add files via upload

* Delete repo/js/AutoArtifactsDestroy(1-4star) directory

* Add files via upload
2025-06-05 21:20:48 +08:00

47 lines
847 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": "autoSalvage",
"type": "select",
"label": "自动分解(默认:是)",
"options": [
"是",
"否"
]
},
{
"name": "autoSalvage1",
"type": "select",
"label": "自动分解包括1星圣遗物默认",
"options": [
"是",
"否"
]
},
{
"name": "autoSalvage2",
"type": "select",
"label": "自动分解包括2星圣遗物默认",
"options": [
"是",
"否"
]
},
{
"name": "autoSalvage3",
"type": "select",
"label": "自动分解包括3星圣遗物默认",
"options": [
"是",
"否"
]
},
{
"name": "autoSalvage4",
"type": "select",
"label": "自动分解包括4星圣遗物默认",
"options": [
"是",
"否"
]
}
]