mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -92,6 +92,7 @@ class Dock(Equipment):
|
||||
|
||||
def dock_filter_enter(self):
|
||||
logger.info('Dock filter enter')
|
||||
self.interval_clear(DOCK_CHECK)
|
||||
for _ in self.loop():
|
||||
if self.appear(DOCK_FILTER_CONFIRM, offset=(20, 20)):
|
||||
break
|
||||
@@ -234,6 +235,7 @@ class Dock(Equipment):
|
||||
# continue
|
||||
# return
|
||||
|
||||
self.interval_clear(DOCK_CHECK)
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
skip_first_screenshot = False
|
||||
|
||||
Reference in New Issue
Block a user