mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)
This commit is contained in:
@@ -7,6 +7,7 @@ from module.map.map_operation import FLEET_PREPARATION, MAP_PREPARATION
|
||||
|
||||
class AzurLaneDaemon(DaemonBase, CampaignBase):
|
||||
def run(self):
|
||||
self.config.override(Emotion_Mode='ignore')
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
@@ -61,6 +62,8 @@ class AzurLaneDaemon(DaemonBase, CampaignBase):
|
||||
|
||||
# End
|
||||
# No end condition, stop it manually.
|
||||
if self.handle_popup_confirm():
|
||||
continue
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user