1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 20:03:33 +08:00

Fix: enter island management in project receive

This commit is contained in:
sui-feng-cb
2025-10-17 20:02:30 +08:00
parent e478aaef12
commit d4b02338da
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