1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00
This commit is contained in:
positnuec
2026-08-14 02:04:50 +08:00
441 changed files with 12687 additions and 729 deletions

View File

@@ -68,7 +68,7 @@ class Device(Screenshot, Control, AppControl, Input):
click_record = collections.deque(maxlen=15)
stuck_timer = Timer(60, count=60).start()
stuck_timer_long = Timer(195, count=195).start()
stuck_long_wait_list = ['BATTLE_STATUS_S', 'PAUSE', 'LOGIN_CHECK']
stuck_long_wait_list = ['BATTLE_STATUS_S', 'PAUSE', 'LOGIN_CHECK', 'TEMPLATE_MANJUU']
def __init__(self, *args, **kwargs):
for trial in range(4):