mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 主线关卡未选择默认进度时无法导航
This commit is contained in:
@@ -124,7 +124,14 @@
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"roi": [987, 0, 293, 156],
|
||||
"text": ["开启时间"]
|
||||
"text": ["开启时间"],
|
||||
"next": ["ClickChapterNewDefaultProgress"]
|
||||
},
|
||||
"ClickChapterNewDefaultProgress": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"roi": [695, 26, 85, 38],
|
||||
"text": ["默认进度"]
|
||||
},
|
||||
"ClickChapterNewOverview": {
|
||||
"algorithm": "OcrDetect",
|
||||
|
||||
Reference in New Issue
Block a user