mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 13:08:08 +08:00
tmp: ocr_collect in jp
This commit is contained in:
@@ -97,7 +97,7 @@ class OSAsh(UI, MapEventHandler):
|
|||||||
ASH_DAILY_STATUS, letter=(235, 235, 235), threshold=160, name='OCR_ASH_DAILY_STATUS')
|
ASH_DAILY_STATUS, letter=(235, 235, 235), threshold=160, name='OCR_ASH_DAILY_STATUS')
|
||||||
else:
|
else:
|
||||||
ocr_collect = DigitCounter(
|
ocr_collect = DigitCounter(
|
||||||
ASH_COLLECT_STATUS, letter=(193, 193, 193), threshold=160, name='OCR_ASH_COLLECT_STATUS')
|
ASH_COLLECT_STATUS, letter=(201, 201, 201), threshold=128, name='OCR_ASH_COLLECT_STATUS')
|
||||||
ocr_daily = DailyDigitCounter(
|
ocr_daily = DailyDigitCounter(
|
||||||
ASH_DAILY_STATUS, letter=(193, 193, 193), threshold=160, name='OCR_ASH_DAILY_STATUS')
|
ASH_DAILY_STATUS, letter=(193, 193, 193), threshold=160, name='OCR_ASH_DAILY_STATUS')
|
||||||
elif self.image_color_count(ASH_COLLECT_STATUS, color=(140, 142, 140), threshold=221, count=20):
|
elif self.image_color_count(ASH_COLLECT_STATUS, color=(140, 142, 140), threshold=221, count=20):
|
||||||
|
|||||||
Reference in New Issue
Block a user