1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-29 17:25:39 +08:00

Fix: handle AVATAR_TRIAL_EXPIRED

This commit is contained in:
LmeSzinc
2026-06-25 23:09:13 +08:00
parent 00d966c720
commit 9121b94ced
3 changed files with 3 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ class LoginHandler(UI):
continue
if self.appear_then_click(LOGIN_RETURN_INFO, offset=(30, 30), interval=5):
continue
if self.appear_then_click(AVATAR_EXPIRED, offset=(30, 30), interval=5):
continue
# Popups
if self.handle_popup_confirm('LOGIN'):
continue