1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 15:36:59 +08:00

Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_popup_after_locking()

This commit is contained in:
LmeSzinc
2024-06-03 02:06:24 +08:00
parent 24aa3e00bd
commit 73c1f914c9

View File

@@ -1,4 +1,3 @@
from typing import List, Tuple
from module.base.button import ButtonGrid
from module.base.timer import Timer
from module.logger import logger
@@ -202,6 +201,9 @@ class MeowfficerCollect(MeowfficerBase):
elif self.appear(MEOWFFICER_CANCEL, offset=(40, 20), interval=3):
self.device.click(MEOWFFICER_CONFIRM)
continue
if self.appear(MEOWFFICER_TRAIN_EVALUATE, offset=(20, 20), interval=3):
self.device.click(MEOWFFICER_TRAIN_EVALUATE)
continue
self.device.click_record.pop()
self.device.click_record.pop()