Skip to content

Commit

Permalink
fix: 处理ODR不明情况下进入奇巧置换
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 15, 2024
1 parent 77b1541 commit a8512c0
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@
"ODR_OptionSelectAll",
"ODR_Windows&Doors_CreationContract_ChangeRound",
"SOD_Acquire_NoNext",
"ODR_Windows&Doors_Merge",
"BackButton"
]
},
Expand All @@ -1359,6 +1360,26 @@
172
]
},
"ODR_Windows&Doors_Merge": {
"doc": "位于奇巧置换",
"recognition": "OCR",
"expected": [
"奇巧置换"
],
"roi": [
570,
20,
142,
44
],
"only_rec": true,
"next": [
"ODR_Event_Windows&Doors_Completed"
],
"interrupt": [
"BackButton"
]
},
"ODR_Windows&Doors_CreationContract_ChangeRound": {
"doc": "换一批",
"recognition": "OCR",
Expand Down

0 comments on commit a8512c0

Please sign in to comment.