1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Add: Support of build-in infrast config (MAA)

This commit is contained in:
SarContDeli
2023-03-09 12:27:39 +08:00
parent 18669453f3
commit cef3c87ed7
9 changed files with 204 additions and 48 deletions

View File

@@ -667,7 +667,11 @@
"Chip"
]
},
"Threshold": {
"WorkThreshold": {
"type": "input",
"value": 0.5
},
"ShiftThreshold": {
"type": "input",
"value": 0.3
},
@@ -689,9 +693,29 @@
"type": "checkbox",
"value": false
},
"BuiltinConfig": {
"type": "select",
"value": "custom",
"option": [
"custom",
"153-3",
"243-3",
"243-4",
"252-3",
"333-3"
]
},
"Filename": {
"type": "textarea",
"value": null
},
"CustomPeriod": {
"type": "input",
"value": "16, 4, 4"
},
"PlanIndex": {
"type": "input",
"value": 0
}
},
"Storage": {