mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 10:58:01 +08:00
Fix: Handle login at startup (#976)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user