From 0450848efd5fed2be37e2c731e8c4d52819755bb Mon Sep 17 00:00:00 2001 From: yEs1do Date: Sat, 12 Sep 2026 00:03:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(DemonEncounter):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=80=A2=E9=AD=94Boss=E6=8C=91=E6=88=98=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/DemonEncounter/assets.py | 2 +- tasks/DemonEncounter/demon/ocr.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/DemonEncounter/assets.py b/tasks/DemonEncounter/assets.py index a60f62e08..b5a3c203f 100644 --- a/tasks/DemonEncounter/assets.py +++ b/tasks/DemonEncounter/assets.py @@ -126,7 +126,7 @@ class DemonEncounterAssets: # 计数已经开启多少的 O_DE_COUNTER = RuleOcr(roi=(1204,685,48,34), area=(1204,685,48,34), mode="DigitCounter", method="Default", keyword="", name="de_counter") # 现世逢魔顶部今日挑战次数X/1的最小识别区, 0/1表示已打过直接结束 - O_DE_CHALLENGE_COUNT = RuleOcr(roi=(680,68,75,36), area=(680,68,75,36), mode="Full", method="Default", keyword="", name="de_challenge_count") + O_DE_CHALLENGE_COUNT = RuleOcr(roi=(705,68,45,36), area=(705,68,45,36), mode="Full", method="Default", keyword="", name="de_challenge_count") # Click Rule Assets diff --git a/tasks/DemonEncounter/demon/ocr.json b/tasks/DemonEncounter/demon/ocr.json index f45b48425..158d859e1 100644 --- a/tasks/DemonEncounter/demon/ocr.json +++ b/tasks/DemonEncounter/demon/ocr.json @@ -10,8 +10,8 @@ }, { "itemName": "de_challenge_count", - "roiFront": "680,68,75,36", - "roiBack": "680,68,75,36", + "roiFront": "705,68,45,36", + "roiBack": "705,68,45,36", "mode": "Full", "method": "Default", "keyword": "",