Skip to content

Commit 9f5122a

Browse files
committed
fix: 修复ODR商店部分情况下藏品与预期不一致导致购买出错的问题
1 parent da60c8d commit 9f5122a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/resource/base/pipeline/activity/outside_deduction_rapid.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
]
474474
},
475475
"ODR_ShopCompleted_2-1": {
476-
"doc": "第二排兽牙项链买完",
476+
"doc": "第二排第一列买完",
477477
"recognition": "OCR",
478478
"expected": [
479479
"^售"
@@ -496,7 +496,7 @@
496496
]
497497
},
498498
"ODR_ShopCompleted_2-2": {
499-
"doc": "第二排七日发条买完",
499+
"doc": "第二排第二列买完",
500500
"recognition": "OCR",
501501
"expected": [
502502
"^售"
@@ -567,7 +567,7 @@
567567
"ODR_ShopEnter_2-1": {
568568
"recognition": "OCR",
569569
"expected": [
570-
"兽牙项链"
570+
"[\\u4e00-\\u9fa5]"
571571
],
572572
"roi": [
573573
188,
@@ -582,7 +582,7 @@
582582
"ODR_ShopEnter_2-2": {
583583
"recognition": "OCR",
584584
"expected": [
585-
"发条"
585+
"[\\u4e00-\\u9fa5]"
586586
],
587587
"roi": [
588588
425,

0 commit comments

Comments
 (0)