mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Handle return account info
Return accounts will get a message from Akashi, said shikikan has leave xxx days, balabala.
This commit is contained in:
@@ -45,6 +45,8 @@ class LoginHandler(Combat):
|
||||
continue
|
||||
if self.appear_then_click(LOGIN_RETURN_SIGN, offset=(30, 30), interval=5):
|
||||
continue
|
||||
if self.appear_then_click(LOGIN_RETURN_INFO, offset=(30, 30), interval=5):
|
||||
continue
|
||||
if server.server == 'cn':
|
||||
if self.appear_then_click(LOGIN_CONFIRM, interval=5):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user