mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 03:15:55 +08:00
Fix: Offset of SHIP_CONFIRM in dock_select_confirm()
This commit is contained in:
@@ -191,7 +191,7 @@ class Dock(Equipment):
|
|||||||
if self.appear(check_button, offset=(30, 30)):
|
if self.appear(check_button, offset=(30, 30)):
|
||||||
break
|
break
|
||||||
|
|
||||||
if self.appear_then_click(SHIP_CONFIRM, offset=(30, 30), interval=5):
|
if self.appear_then_click(SHIP_CONFIRM, offset=(200, 50), interval=5):
|
||||||
continue
|
continue
|
||||||
if self.handle_popup_confirm('DOCK_SELECT_CONFIRM'):
|
if self.handle_popup_confirm('DOCK_SELECT_CONFIRM'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user