1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 12:35:43 +08:00

Upd: [CN] Update meowfficer UI

This commit is contained in:
weeswelai
2023-11-17 19:43:02 +08:00
parent b1c638d995
commit 037f471a21
19 changed files with 23 additions and 17 deletions

View File

@@ -231,6 +231,11 @@ class MeowfficerCollect(MeowfficerBase):
self.interval_reset(MEOWFFICER_GET_CHECK)
continue
# If click MEOWFFICER_TRAIN_FINISH_ALL, will enter evaluate page
if self.appear(MEOWFFICER_TRAIN_EVALUATE, offset=(20, 20), interval=3):
self.device.click(MEOWFFICER_TRAIN_EVALUATE)
continue
# End
if self.appear(MEOWFFICER_TRAIN_START, offset=(20, 20)):
if confirm_timer.reached():