mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Storage box disassemble
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -769,6 +769,13 @@ EventStory:
|
||||
type: checkbox
|
||||
value: false
|
||||
option: [ true, false ]
|
||||
BoxDisassemble:
|
||||
UsePurpleBox: false
|
||||
PurpleBoxLimit: 100
|
||||
UseBlueBox: false
|
||||
BlueBoxLimit: 1000
|
||||
UseWhiteBox: true
|
||||
WhiteBoxLimit: 2000
|
||||
Benchmark:
|
||||
DeviceType:
|
||||
value: emulator
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"Daemon",
|
||||
"OpsiDaemon",
|
||||
"EventStory",
|
||||
"BoxDisassemble",
|
||||
"Benchmark",
|
||||
"AzurLaneUncensored",
|
||||
"GameManager"
|
||||
|
||||
@@ -341,6 +341,8 @@ Tool:
|
||||
- OpsiDaemon
|
||||
EventStory:
|
||||
- EventStory
|
||||
BoxDisassemble:
|
||||
- BoxDisassemble
|
||||
Benchmark:
|
||||
- Benchmark
|
||||
AzurLaneUncensored:
|
||||
|
||||
Reference in New Issue
Block a user