1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 22:37:00 +08:00

Upd: island ui_additional

This commit is contained in:
sui-feng-cb
2026-02-08 23:06:50 +08:00
parent f981ec614d
commit 530efc628e
5 changed files with 24 additions and 44 deletions

View File

@@ -367,6 +367,7 @@ class IslandProjectRun(IslandUI):
# UI additional
if self.island_in_management(interval=5):
self.device.click(button)
self.device.sleep(0.1)
click_timer.reset()
continue
@@ -387,16 +388,13 @@ class IslandProjectRun(IslandUI):
continue
if self.appear_then_click(PROJECT_COMPLETE, offset=(20, 20), interval=1):
self.device.sleep(0.1)
success = True
# enter = False
self.interval_clear(GET_ITEMS_ISLAND)
self.interval_reset(ROLE_SELECT_ENTER)
click_timer.reset()
continue
if self.handle_get_items():
# enter = True
self.interval_clear(ROLE_SELECT_ENTER)
click_timer.reset()
continue