mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: [EN] Missing DOCK_CHECK offset
This commit is contained in:
parent
b043fd192d
commit
98fc87e57a
@ -136,7 +136,7 @@ class Dock(Equipment):
|
||||
if self.dock_selected():
|
||||
break
|
||||
|
||||
if self.appear(DOCK_CHECK, interval=5):
|
||||
if self.appear(DOCK_CHECK, offset=(20, 20), interval=5):
|
||||
self.device.click(button)
|
||||
continue
|
||||
if self.handle_popup_confirm('DOCK_SELECT'):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user