Skip to content

Commit

Permalink
fix: 一键布设后识别返回键太快而退回主界面
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Nov 29, 2024
1 parent 3c05fb2 commit 8665f9f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2535,9 +2535,32 @@
"SOD_Main"
],
"interrupt": [
"BackButton"
"SOD_BackButton"
]
},
"SOD_BackButton": {
"recognition": "TemplateMatch",
"template": [
"StartUp/BackButton.png",
"StartUp/BackButton_White.png"
],
"roi": [
0,
0,
134,
138
],
"action": "Click",
"post_wait_freezes": {
"time": 300,
"target": [
0,
324,
106,
319
]
}
},
"SOD_Skip": {
"recognition": "OCR",
"expected": [
Expand Down

0 comments on commit 8665f9f

Please sign in to comment.