1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-14 22:17:19 +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 1990635d94
commit 9cdf235054

View File

@@ -596,7 +596,7 @@ class IslandProjectRun(IslandUI):
continue
last = product
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()
self.interval_clear(ISLAND_MANAGEMENT_CHECK)
continue