mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
feat: SideStory「相见欢」导航 (#11597)
This commit is contained in:
@@ -804,6 +804,60 @@
|
||||
"text": ["黄", "金"],
|
||||
"roi": [744, 264, 38, 35]
|
||||
},
|
||||
"OR-9": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["OR-OpenOpt"],
|
||||
"next": ["OR-9@SideStoryStage", "OR-9@SwipeToStage"]
|
||||
},
|
||||
"OR-9@SideStoryStage": {
|
||||
"text": ["OR-9"]
|
||||
},
|
||||
"OR-8": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["OR-OpenOpt"],
|
||||
"next": ["OR-8@SideStoryStage", "OR-8@SwipeToStage"]
|
||||
},
|
||||
"OR-8@SideStoryStage": {
|
||||
"text": ["OR-8"]
|
||||
},
|
||||
"OR-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["OR-OpenOpt"],
|
||||
"next": ["OR-7@SideStoryStage", "OR-7@SwipeToStage"]
|
||||
},
|
||||
"OR-7@SideStoryStage": {
|
||||
"text": ["OR-7"]
|
||||
},
|
||||
"OR-4": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["OR-OpenOpt"],
|
||||
"next": ["OR-4@SideStoryStage", "OR-4@SwipeToStage"]
|
||||
},
|
||||
"OR-4@SideStoryStage": {
|
||||
"text": ["OR-4"]
|
||||
},
|
||||
"OR-OpenOpt": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["OR-OpenOcr", "OR-Open"]
|
||||
},
|
||||
"OR-Open": {
|
||||
"baseTask": "SS-Open",
|
||||
"template": "StageSideStory.png",
|
||||
"next": ["ORChapterToOR"]
|
||||
},
|
||||
"OR-OpenOcr": {
|
||||
"baseTask": "SS-OpenOcr",
|
||||
"text": ["相见欢", "阅世情", "怅别离"],
|
||||
"next": ["ORChapterToOR"]
|
||||
},
|
||||
"ORChapterToOR": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": ["识七味", "识七", "七味"],
|
||||
"preDelay": 3000,
|
||||
"roi": [786, 478, 201, 144],
|
||||
"next": ["#self", "ChapterSwipeToTheRight"]
|
||||
},
|
||||
"BP-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["BP-OpenOpt"],
|
||||
|
||||
Reference in New Issue
Block a user