1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-15 14:40:09 +08:00

Fix: enter island management in project receive

This commit is contained in:
2025-10-17 20:02:30 +08:00
parent 924b619db4
commit d941379bba
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