1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: Handle login at startup (#976)

This commit is contained in:
LmeSzinc
2022-03-20 16:34:31 +08:00
parent 40396b21fe
commit 095eec9a92

View File

@@ -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