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

Fix: Handle guild popups

This commit is contained in:
LmeSzinc
2021-01-15 22:32:06 +08:00
parent 958acd9266
commit 717420aa6a
6 changed files with 26 additions and 3 deletions

View File

@@ -261,6 +261,9 @@ class UI(InfoHandler):
# Research popup, lost connection popup
if self.handle_popup_confirm('PAGE_MAIN'):
return True
# Guild popup
if self.handle_guild_popup_cancel():
return True
# Daily reset
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=5):