Skip to content

Commit 5941216

Browse files
committed
fix: 修复因 ocr 匹配文字错误导致的无法开始游戏问题
1 parent a06d9da commit 5941216

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/resource/base/pipeline/Tetris/TetrisScene.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"next": []
207207
},
208208
"TetrisSceneStartMatch": {
209-
"desc": "泯除方块 - 检测开始匹配按钮",
209+
"desc": "泯除方块 - 检测开始游戏按钮",
210210
"recognition": {
211211
"type": "OCR",
212212
"param": {
@@ -217,11 +217,11 @@
217217
36
218218
],
219219
"expected": [
220-
"开始匹配",
221-
"開始匹配",
222-
"(?i)Start\\s*Matchmaking",
223-
"マッチング開始",
224-
"매칭 시작"
220+
"开始游戏",
221+
"開始遊戲",
222+
"(?i)Start\\s*Game",
223+
"ゲーム開始",
224+
"게임 시작"
225225
]
226226
}
227227
},

0 commit comments

Comments
 (0)