mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: fix research development popup in login function
This commit is contained in:
parent
05383cd218
commit
59841d2a6b
@ -162,7 +162,7 @@ call %ADB% connect %ADB_PORT%
|
||||
if %errorlevel% == 0 (
|
||||
echo Python Found! Proceeding..
|
||||
echo Opening dev_tools.button_extract...
|
||||
call %PYTHON% -m dev_tools.grids_debug
|
||||
call %PYTHON% -m dev_tools.relative_record
|
||||
pause > NUL
|
||||
goto dev_menu
|
||||
) else (
|
||||
@ -178,7 +178,7 @@ call %ADB% connect %ADB_PORT%
|
||||
if %errorlevel% == 0 (
|
||||
echo Python Found! Proceeding..
|
||||
echo Opening dev_tools.button_extract...
|
||||
call %PYTHON% -m dev_tools.item_statistics
|
||||
call %PYTHON% -m dev_tools.relative_record_gif
|
||||
pause > NUL
|
||||
goto dev_menu
|
||||
) else (
|
||||
|
||||
@ -31,6 +31,8 @@ class LoginHandler(Combat):
|
||||
continue
|
||||
if self.appear_then_click(LOGIN_CONFIRM, interval=5):
|
||||
continue
|
||||
if self.handle_popup_confirm():
|
||||
continue
|
||||
|
||||
if self.info_bar_count() and self.appear_then_click(LOGIN_CHECK, interval=5):
|
||||
if not login_success:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user