mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix.修复“行动结束”识别错误的问题,改用模板匹配
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/330 https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/203
This commit is contained in:
@@ -552,19 +552,21 @@
|
||||
]
|
||||
},
|
||||
"EndOfAction": {
|
||||
"algorithm": "OcrDetect",
|
||||
"text": [
|
||||
"行动结束"
|
||||
],
|
||||
"algorithm": "MatchTemplate",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
440,
|
||||
440,
|
||||
280
|
||||
790,
|
||||
410,
|
||||
137,
|
||||
141
|
||||
],
|
||||
"action": "doNothing",
|
||||
"action": "DoNothing",
|
||||
"next": [
|
||||
"ClickCorner"
|
||||
],
|
||||
"maskRange": [
|
||||
60,
|
||||
255
|
||||
]
|
||||
},
|
||||
"StageDrops": {
|
||||
|
||||
BIN
resource/template/EndOfAction.png
Normal file
BIN
resource/template/EndOfAction.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user