Skip to content

Commit

Permalink
fix: 修复ODR商店部分情况下藏品与预期不一致导致购买出错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 19, 2024
1 parent da60c8d commit 9f5122a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
]
},
"ODR_ShopCompleted_2-1": {
"doc": "第二排兽牙项链买完",
"doc": "第二排第一列买完",
"recognition": "OCR",
"expected": [
"^售"
Expand All @@ -496,7 +496,7 @@
]
},
"ODR_ShopCompleted_2-2": {
"doc": "第二排七日发条买完",
"doc": "第二排第二列买完",
"recognition": "OCR",
"expected": [
"^售"
Expand Down Expand Up @@ -567,7 +567,7 @@
"ODR_ShopEnter_2-1": {
"recognition": "OCR",
"expected": [
"兽牙项链"
"[\\u4e00-\\u9fa5]"
],
"roi": [
188,
Expand All @@ -582,7 +582,7 @@
"ODR_ShopEnter_2-2": {
"recognition": "OCR",
"expected": [
"发条"
"[\\u4e00-\\u9fa5]"
],
"roi": [
425,
Expand Down

0 comments on commit 9f5122a

Please sign in to comment.