mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle login at startup (#976)
This commit is contained in:
parent
40396b21fe
commit
095eec9a92
@ -362,4 +362,8 @@ class UI(InfoHandler):
|
||||
if self.appear_then_click(WITHDRAW, offset=(20, 20), interval=1.5):
|
||||
return True
|
||||
|
||||
# Login
|
||||
if self.appear_then_click(LOGIN_CHECK, offset=(20, 20), interval=3):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user