Skip to content

Commit 3f74087

Browse files
chore: auto sync OCR i18n expected [skip changelog]
1 parent dcdcea9 commit 3f74087

5 files changed

Lines changed: 75 additions & 8 deletions

File tree

assets/resource/base/pipeline/AutoCoffee/CoffeeAction.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,19 @@
2020
26
2121
],
2222
"expected": [
23-
"店长特供"
23+
"店长特供",
24+
"店長精選",
25+
"(?i)Owner\\s*'\\s*s\\s*Selection",
26+
"店長スペシャル"
2427
],
2528
"threshold": 0.75
29+
,
30+
"roi_offset": [
31+
0,
32+
0,
33+
65,
34+
0
35+
]
2636
}
2737
},
2838
"action": {

assets/resource/base/pipeline/AutoCoffee/CoffeeRecognition.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,19 @@
9292
43
9393
],
9494
"expected": [
95-
"店长特供"
95+
"店长特供",
96+
"店長精選",
97+
"(?i)Owner\\s*'\\s*s\\s*Selection",
98+
"店長スペシャル"
9699
],
97100
"threshold": 0.75
101+
,
102+
"roi_offset": [
103+
0,
104+
0,
105+
108,
106+
0
107+
]
98108
}
99109
}
100110
}

assets/resource/base/pipeline/Fish/FishScene.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"expected": [
2121
"钓鱼",
2222
"釣魚",
23-
"Fishing",
23+
"(?i)Fishing",
2424
"釣り"
2525
]
2626
}

assets/resource/base/pipeline/PinkPawHeist.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,17 @@
208208
],
209209
"expected": [
210210
"粉爪大劫案",
211+
"(?i)Pink\\s*Paws\\s*Heist",
212+
"にくきゅう大強盗",
211213
"(?i)Pink\\s*Paw\\s*Heist"
212214
]
215+
,
216+
"roi_offset": [
217+
0,
218+
0,
219+
92,
220+
0
221+
]
213222
}
214223
},
215224
"action": {

assets/resource/base/pipeline/PinkPawHeist/Core3.json

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@
122122
"param": {
123123
"expected": [
124124
"奋力撬锁中",
125+
"奮力撬鎖中",
126+
"(?i)Picking\\s*Lock\\s*…",
127+
"懸命にピッキング中",
125128
"撬锁中",
129+
"撬鎖中",
130+
"ピッキング中",
126131
"奋力撬",
127132
"锁中"
128133
],
@@ -133,6 +138,13 @@
133138
80
134139
],
135140
"threshold": 0.65
141+
,
142+
"roi_offset": [
143+
0,
144+
0,
145+
128,
146+
0
147+
]
136148
}
137149
},
138150
"action": {
@@ -169,7 +181,12 @@
169181
"param": {
170182
"expected": [
171183
"奋力撬锁中",
184+
"奮力撬鎖中",
185+
"(?i)Picking\\s*Lock\\s*…",
186+
"懸命にピッキング中",
172187
"撬锁中",
188+
"撬鎖中",
189+
"ピッキング中",
173190
"奋力撬",
174191
"锁中"
175192
],
@@ -180,6 +197,13 @@
180197
80
181198
],
182199
"threshold": 0.65
200+
,
201+
"roi_offset": [
202+
0,
203+
0,
204+
128,
205+
0
206+
]
183207
}
184208
},
185209
"action": {
@@ -194,14 +218,21 @@
194218
"type": "OCR",
195219
"param": {
196220
"expected": [
197-
"F",
198-
"^撬锁$",
199-
"开门",
200221
"强制开启",
222+
"強制開啟",
223+
"(?i)Force\\s*Open",
224+
"強制解錠",
201225
"安全撤离",
202-
"撤离",
226+
"安全撤離",
227+
"(?i)Safe\\s*Retreat",
228+
"途中撤退",
229+
"F",
230+
"开门",
231+
"開門",
203232
"(?i)Open",
204-
"(?i)Force\\s*Open",
233+
"ドアを開ける",
234+
"^撬锁$",
235+
"撤离",
205236
"(?i)Retreat",
206237
"(?i)Extract"
207238
],
@@ -212,6 +243,13 @@
212243
260
213244
],
214245
"threshold": 0.75
246+
,
247+
"roi_offset": [
248+
0,
249+
0,
250+
120,
251+
0
252+
]
215253
}
216254
},
217255
"action": {

0 commit comments

Comments
 (0)