1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Add: Storage box disassemble

This commit is contained in:
2025-07-07 23:05:05 +08:00
parent 5bfe178a5f
commit e580efccfe
15 changed files with 415 additions and 0 deletions

View File

@@ -10242,6 +10242,42 @@
}
}
},
"BoxDisassemble": {
"BoxDisassemble": {
"UsePurpleBox": {
"type": "checkbox",
"value": false
},
"PurpleBoxLimit": {
"type": "input",
"value": 100
},
"UseBlueBox": {
"type": "checkbox",
"value": false
},
"BlueBoxLimit": {
"type": "input",
"value": 1000
},
"UseWhiteBox": {
"type": "checkbox",
"value": true
},
"WhiteBoxLimit": {
"type": "input",
"value": 2000
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Benchmark": {
"Benchmark": {
"DeviceType": {