js,自动圣遗物分解升级为自动圣遗物分解或摧毁 (#1099)

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

* Add files via upload
This commit is contained in:
24qiaoyue
2025-06-15 00:45:43 +08:00
committed by GitHub
parent 45e7db406a
commit b354c06fc8
6 changed files with 123 additions and 112 deletions

View File

@@ -0,0 +1,36 @@
[
{
"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": "包含四星圣遗物"
}
]