fix: OS 小游戏回合结束改用 ocr

This commit is contained in:
uye
2025-11-03 00:20:14 +08:00
parent 9d58a1c5be
commit 4edf48b2e5
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
"next": ["MiniGame@OS@CheckPointsUsed", "#self", "MiniGame@OS@PlayFirstCard"]
},
"MiniGame@OS@CheckPointsUsed": {
"algorithm": "OcrDetect",
"text": ["所有点数", "结束本回合"],
"roi": [127, 550, 406, 134],
"next": ["MiniGame@OS@EndTurn"]
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB