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

Fix: Handle game tips in ship_info_enter()

This commit is contained in:
LmeSzinc
2025-01-04 22:48:17 +08:00
parent 0ad3c2e2db
commit 46b1abfdff

View File

@@ -88,6 +88,8 @@ class Equipment(StorageHandler):
else:
self.device.click(click_button)
enter_timer.reset()
if self.handle_game_tips():
continue
@cached_property
def _ship_side_navbar(self):