1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: use offset for PROJECT_START

This commit is contained in:
sui-feng-cb 2025-11-07 07:43:42 +08:00
parent d114817ca3
commit 5eee579cea

View File

@ -596,7 +596,7 @@ class IslandProjectRun(IslandUI):
continue continue
last = product last = product
else: else:
if self.appear_then_click(PROJECT_START, offset=(20,20), interval=2): if self.appear_then_click(PROJECT_START, offset=(100, 0), interval=2):
timeout.reset() timeout.reset()
self.interval_clear(ISLAND_MANAGEMENT_CHECK) self.interval_clear(ISLAND_MANAGEMENT_CHECK)
continue continue