1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-07 01:05:32 +08:00

Merge pull request #5595 from Heipen/ui_update

Upd: Battle UI ElvenVine
This commit is contained in:
heipen
2026-04-03 22:44:37 +08:00
committed by GitHub
parent 37bf25c4b0
commit 5cf249c8e7
4 changed files with 4 additions and 0 deletions

View File

@@ -128,6 +128,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
return PAUSE_Ancient
if PAUSE_SpringInn.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_SpringInn
if PAUSE_ElvenVine.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_ElvenVine
return False
def handle_combat_quit(self, offset=(20, 20), interval=3):