mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 修复界园保留招募券在1080p下识别异常 (#14637)
* fix: 将colorWithClose设为false * fix: 更换为没有文字的模板 * fix: 改回ClickSelf
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user