mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: Handle LOGIN_ANNOUNCE in ui_additional (#2494)
This commit is contained in:
@@ -558,6 +558,8 @@ class UI(InfoHandler):
|
|||||||
# Login
|
# Login
|
||||||
if self.appear_then_click(LOGIN_CHECK, offset=(30, 30), interval=3):
|
if self.appear_then_click(LOGIN_CHECK, offset=(30, 30), interval=3):
|
||||||
return True
|
return True
|
||||||
|
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=3):
|
||||||
|
return True
|
||||||
|
|
||||||
# Mistaken click
|
# Mistaken click
|
||||||
if self.appear(EXERCISE_PREPARATION, interval=3):
|
if self.appear(EXERCISE_PREPARATION, interval=3):
|
||||||
|
|||||||
Reference in New Issue
Block a user