1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 08:35:36 +08:00

Fix: enter island management in project receive

This commit is contained in:
2025-10-17 20:02:30 +08:00
parent cd11b9acbf
commit 4972330316
3 changed files with 14 additions and 10 deletions

View File

@@ -333,6 +333,10 @@ class IslandProjectRun(IslandUI):
timeout.reset()
continue
if self.appear_then_click(ISLAND_MANAGEMENT, offset=(20, 20), interval=2):
timeout.reset()
continue
if self.handle_info_bar():
timeout.reset()
continue