mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Handle game tips in ship_info_enter()
This commit is contained in:
parent
0ad3c2e2db
commit
46b1abfdff
@ -88,6 +88,8 @@ class Equipment(StorageHandler):
|
|||||||
else:
|
else:
|
||||||
self.device.click(click_button)
|
self.device.click(click_button)
|
||||||
enter_timer.reset()
|
enter_timer.reset()
|
||||||
|
if self.handle_game_tips():
|
||||||
|
continue
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def _ship_side_navbar(self):
|
def _ship_side_navbar(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user