Skip to content

Commit

Permalink
fix: 修复ODR商店2-4位置部分情况下不是软驱导致卡死的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Jan 1, 2025
1 parent 7a64253 commit be2cf1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
]
},
"ODR_ShopCompleted_2-4": {
"doc": "第二排软驱买完",
"doc": "第二排软驱买完(小概率不是软驱)",
"recognition": "OCR",
"expected": [
"^售"
Expand Down Expand Up @@ -590,7 +590,7 @@
"ODR_ShopEnter_2-4": {
"recognition": "OCR",
"expected": [
"软驱"
"[\\u4e00-\\u9fa5]"
],
"roi": [
893,
Expand Down

0 comments on commit be2cf1f

Please sign in to comment.