mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix.开始行动按钮改用ocr识别,修复[issues#20](https://github.com/MistEO/MeoAssistance-Arknights/issues/20)
This commit is contained in:
@@ -28,8 +28,16 @@
|
||||
]
|
||||
},
|
||||
"StartButton1": {
|
||||
"template": "StartButton1.png",
|
||||
"templThreshold": 0.75,
|
||||
"algorithm": "OcrDetect",
|
||||
"text": [
|
||||
"开始行动"
|
||||
],
|
||||
"identifyArea": [
|
||||
800,
|
||||
400,
|
||||
480,
|
||||
320
|
||||
],
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"StartButton2",
|
||||
|
||||
Reference in New Issue
Block a user