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

Fix: handle island ui additional

This commit is contained in:
sui-feng-cb
2025-11-08 01:48:45 +08:00
parent bb81c63d89
commit 385c54d6ed
2 changed files with 40 additions and 5 deletions

View File

@@ -62,9 +62,7 @@ class Island(IslandProjectRun, IslandTransportRun):
project = any(project_config)
names = self.island_config_to_names(project_config)
if transport or project:
self.ui_ensure(page_dormmenu)
self.ui_goto(page_island, get_ship=False)
self.device.sleep(0.5)
self.ui_goto_island()
self.ui_ensure(page_island_phone)
self.island_run(transport=transport, project=project, names=names)
self.ui_goto(page_main, get_ship=False)