1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-09-13 14:15:47 +00:00
7 changed files with 25 additions and 15 deletions

View File

@@ -145,14 +145,16 @@ class FleetOperator:
if self.main.handle_popup_confirm(str(self._clear)):
continue
# End
if not self.in_use():
break
# check CLEAR button to avoid early stopped at popup showing animation
if self.allow():
# End
if not self.in_use():
break
# Click
if click_timer.reached():
main.device.click(self._clear)
click_timer.reset()
# Click
if click_timer.reached():
main.device.click(self._clear)
click_timer.reset()
def recommend(self, skip_first_screenshot=True):
"""