mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Upd: [TW] FLEET_*_ADVICE
This commit is contained in:
@@ -129,13 +129,14 @@ class FleetOperator:
|
||||
else:
|
||||
main.device.screenshot()
|
||||
|
||||
# Popups when clearing hard fleets
|
||||
if self.main.handle_popup_confirm(str(self._clear)):
|
||||
continue
|
||||
|
||||
# End
|
||||
if not self.in_use():
|
||||
break
|
||||
|
||||
# Popups when clearing hard fleets
|
||||
if self.main.handle_popup_confirm(str(self._clear)):
|
||||
continue
|
||||
# Click
|
||||
if click_timer.reached():
|
||||
main.device.click(self._clear)
|
||||
|
||||
Reference in New Issue
Block a user