mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 16:11:29 +08:00
Fix: Add T4 books detection
- Fix: Error in getting tactical remains when there is only one running - Opt: Update argument value if it's an empty string
This commit is contained in:
@@ -600,7 +600,7 @@
|
||||
"ServerUpdate": "00:00"
|
||||
},
|
||||
"Tactical": {
|
||||
"TacticalFilter": "SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT1 > YellowT1 > RedT1\n> first"
|
||||
"TacticalFilter": "SameT4 > SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT4 > YellowT4 > RedT4\n> BlueT1 > YellowT1 > RedT1\n> first"
|
||||
}
|
||||
},
|
||||
"Research": {
|
||||
|
||||
Reference in New Issue
Block a user