1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

Fix: [CN] Login confirm

This commit is contained in:
LmeSzinc
2020-06-03 15:21:20 +08:00
parent 126309bf84
commit 4094ab1f00
4 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ class LoginHandler(Combat):
continue
if self.appear_then_click(LOGIN_RETURN_SIGN, offset=(30, 30), interval=1):
continue
if self.appear_then_click(LOGIN_CONFIRM, offset=(30, 30), interval=1):
continue
if self.info_bar_count() and self.appear_then_click(LOGIN_CHECK, interval=0.5):
logger.info('Login success')