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

Fix: AUTO_SEARCH_ON/OFF assets, handle vote popup

This commit is contained in:
LmeSzinc
2021-10-14 17:37:02 +08:00
parent 63a8821112
commit 6e2b418ddd
14 changed files with 23 additions and 7 deletions

View File

@@ -366,6 +366,10 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
continue
if self.handle_guild_popup_cancel():
continue
if self.handle_vote_popup():
continue
if self.handle_auto_search_exit():
continue
# End
if self.handle_in_stage():