1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-03 03:33:26 +08:00

Fix: use offset for PROJECT_START

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

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