fix: 修复界园保留招募券在1080p下识别异常 (#14637)

* fix: 将colorWithClose设为false

* fix: 更换为没有文字的模板

* fix: 改回ClickSelf
This commit is contained in:
travellerse
2025-11-09 22:24:17 +08:00
committed by GitHub
parent dce3780927
commit 2fb57d65df
2 changed files with 7 additions and 7 deletions

View File

@@ -419,19 +419,19 @@
"doc": "保留招募券 - hsv用来区分是否到达保留上限",
"algorithm": "MatchTemplate",
"method": "HSVCount",
"roi": [948, 5, 229, 56],
"roi": [930, 1, 120, 64],
"colorScales": [
[
[0, 0, 50],
[10, 255, 210]
[0, 0, 200],
[10, 255, 255]
],
[
[170, 0, 50],
[180, 255, 210]
[140, 0, 200],
[180, 255, 255]
],
[
[0, 0, 230],
[180, 30, 255]
[0, 0, 210],
[180, 125, 255]
]
],
"action": "ClickSelf",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB