mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +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:
@@ -2802,7 +2802,7 @@
|
||||
"Tactical": {
|
||||
"TacticalFilter": {
|
||||
"type": "textarea",
|
||||
"value": "SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT1 > YellowT1 > RedT1\n> first"
|
||||
"value": "SameT4 > SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT4 > YellowT4 > RedT4\n> BlueT1 > YellowT1 > RedT1\n> first"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user