mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Add: Handle LOGIN_ANNOUNCE in ui_additional (#2494)
This commit is contained in:
parent
dcd542659f
commit
d86e8907a2
@ -558,6 +558,8 @@ class UI(InfoHandler):
|
||||
# Login
|
||||
if self.appear_then_click(LOGIN_CHECK, offset=(30, 30), interval=3):
|
||||
return True
|
||||
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=3):
|
||||
return True
|
||||
|
||||
# Mistaken click
|
||||
if self.appear(EXERCISE_PREPARATION, interval=3):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user