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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user