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

Merge pull request #304 from nEEtdo0d/update_asset

Fix: Assets, InfoGuild, and RewardGuild
This commit is contained in:
LmeSzinc
2021-01-18 16:10:06 +08:00
committed by GitHub
97 changed files with 355 additions and 179 deletions

View File

@@ -285,6 +285,9 @@ class UI(InfoHandler):
# Research popup, lost connection popup
if self.handle_popup_confirm('PAGE_REWARD'):
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):