mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 支持活动导航
This commit is contained in:
@@ -817,6 +817,107 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
"SL-8": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": [
|
||||
"SL-Open"
|
||||
],
|
||||
"next": [
|
||||
"SL-8@SideStoryStage",
|
||||
"SL-8@SwipeToStage"
|
||||
]
|
||||
},
|
||||
"SL-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": [
|
||||
"SL-Open"
|
||||
],
|
||||
"next": [
|
||||
"SL-7@SideStoryStage",
|
||||
"SL-7@SwipeToStage"
|
||||
]
|
||||
},
|
||||
"SL-6": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": [
|
||||
"SL-Open"
|
||||
],
|
||||
"next": [
|
||||
"SL-6@SideStoryStage",
|
||||
"SL-6@SwipeToStage"
|
||||
]
|
||||
},
|
||||
"SL-Open": {
|
||||
"action": "ClickSelf",
|
||||
"algorithm": "OcrDetect",
|
||||
"text": [
|
||||
"火山",
|
||||
"已开放"
|
||||
],
|
||||
"postDelay": 2000,
|
||||
"roi": [
|
||||
0,
|
||||
500,
|
||||
500,
|
||||
150
|
||||
],
|
||||
"next": [
|
||||
"SLChapterToSL"
|
||||
]
|
||||
},
|
||||
"SLChapterToSL": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"cache": false,
|
||||
"text": [
|
||||
"温泉假日",
|
||||
"温泉",
|
||||
"假日"
|
||||
],
|
||||
"preDelay": 1000,
|
||||
"roi": [
|
||||
1043,
|
||||
423,
|
||||
195,
|
||||
133
|
||||
],
|
||||
"next": [
|
||||
"ChapterSwipeToTheRight"
|
||||
]
|
||||
},
|
||||
"SL-8@SideStoryStage": {
|
||||
"text": [
|
||||
"SL-8"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
60,
|
||||
1280,
|
||||
550
|
||||
]
|
||||
},
|
||||
"SL-7@SideStoryStage": {
|
||||
"text": [
|
||||
"SL-7"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
60,
|
||||
1280,
|
||||
550
|
||||
]
|
||||
},
|
||||
"SL-6@SideStoryStage": {
|
||||
"text": [
|
||||
"SL-6"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
60,
|
||||
1280,
|
||||
550
|
||||
]
|
||||
},
|
||||
"HE-8": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": [
|
||||
|
||||
Reference in New Issue
Block a user