mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08: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):
|
if self.appear_then_click(WITHDRAW, offset=(20, 20), interval=1.5):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
# Login
|
||||||
|
if self.appear_then_click(LOGIN_CHECK, offset=(20, 20), interval=3):
|
||||||
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user