Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/DemonEncounter/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tasks/DemonEncounter/demon/ocr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
Loading