feat: 为选择线索添加判定 (#11323)

* feat: 为选择线索添加判定

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Weiyou Wang
2024-12-11 21:38:01 +11:00
committed by GitHub
parent 9c6c80ed36
commit 59239a812c
2 changed files with 11 additions and 0 deletions

View File

@@ -4463,6 +4463,17 @@
"maskRange": [1, 255],
"maxTimes": 3,
"exceededNext": ["CloseSendClue"],
"next": ["ClueSelected", "SelectClue"]
},
"ClueSelected": {
"roi": [2, 133, 418, 196],
"method": "RGBCount",
"colorScales": [
[
[160, 0, 0],
[255, 255, 255]
]
],
"next": [
"ClueGiveTo1st",
"ClueGiveTo2nd",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB