1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 03:27:24 +08:00

Fix: Expand search area of MISSION_WEEKLY_RED_DOT

This commit is contained in:
LmeSzinc
2025-01-01 21:39:54 +08:00
parent 3d112b4c6c
commit b23ff47c50
6 changed files with 3 additions and 2 deletions

View File

@@ -176,7 +176,8 @@ class Reward(UI):
Returns:
bool, if handled
"""
if not self.appear(MISSION_WEEKLY_RED_DOT):
if not self.image_color_count(MISSION_WEEKLY_RED_DOT, color=(206, 81, 66), threshold=221, count=20):
logger.info('No MISSION_WEEKLY_RED_DOT')
return False
self.reward_side_navbar_ensure(upper=5)