js,自动圣遗物分解升级为自动圣遗物分解或摧毁 (#1099)
* Delete repo/js/AutoArtifactsSalvage(1-4star) directory * Add files via upload
This commit is contained in:
36
repo/js/AutoArtifactsSalvageOrDestroy(1-4star)/settings.json
Normal file
36
repo/js/AutoArtifactsSalvageOrDestroy(1-4star)/settings.json
Normal 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": "包含四星圣遗物"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user