1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 18:37:54 +08:00

Del: redundant assets in meta_reward.py

This commit is contained in:
guoh064
2023-09-09 08:52:04 +08:00
parent 5ac54884c8
commit f12e04a277
8 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ class DossierReward(Combat, UI):
in: dossier meta page
"""
self.device.screenshot()
if self.appear(DOSSIER_REWARD_NOTICE, threshold=30):
if self.appear(DOSSIER_REWARD_RECEIVE, offset=(100, 100), threshold=30):
logger.info('Found dossier reward red dot')
return True
else: