feat: 支持最新的幸运墙任务 (#11008)

* feat: 支持最新的幸运墙任务

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sherkey Asher
2024-11-02 10:22:48 +08:00
committed by GitHub
parent 85df1dac2c
commit c209c2bb77
2 changed files with 6 additions and 2 deletions

View File

@@ -3087,7 +3087,7 @@
"OrundumActivities": {
"doc": "幸运墙领合成玉",
"algorithm": "OcrDetect",
"text": ["幸运墙", "幸运", "大巴扎"],
"text": ["幸运墙", "幸运", "好运墙", "好运", "游乐"],
"action": "ClickSelf",
"roi": [64, 72, 97, 156],
"next": ["OrundumActivitiesChoose", "OrundumActivitiesReturn"],
@@ -3102,7 +3102,11 @@
"OrundumActivitiesClick": {
"action": "ClickSelf",
"roi": [150, 150, 1000, 400],
"template": ["OrundumActivitiesClick.png", "OrundumActivitiesClickBazaar.png"],
"template": [
"OrundumActivitiesClick.png",
"OrundumActivitiesClickBazaar.png",
"OrundumActivitiesClickParty.png"
],
"templThreshold": 0.9,
"maskRange": [1, 255],
"rectMove": [10, 10, 50, 50],

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB