Skip to content

Commit

Permalink
修复"錾银石墨条"无法识别
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou authored Jul 23, 2024
1 parent 83ca798 commit 6576958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/resource/base/pipeline/3_dispath_company.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"recognition": "TemplateMatch",
"template": "Company/coin_flip.png",
"action": "Click",
"post_wait_freezes": 3000,
"post_delay": 7000,
"roi": [
771,
293,
Expand All @@ -208,8 +208,8 @@
]
},
"coin_flip_click_space": {
"recognition": "TemplateMatch",
"template": "Company/click_space.png",
"recognition": "OCR",
"expected": "点击空白",
"action": "Click",
"post_delay": 3000,
"roi": [
Expand Down Expand Up @@ -456,7 +456,7 @@
},
"fabricate_three": {
"recognition": "OCR",
"expected": "錾银",
"expected": "",
"action": "Click",
"next": [
"fabricate_max_2"
Expand Down

0 comments on commit 6576958

Please sign in to comment.