mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 预更新 SideStory「绿野幻梦」活动导航
This commit is contained in:
@@ -198,6 +198,131 @@
|
||||
60
|
||||
]
|
||||
},
|
||||
"DV-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "DoNothing",
|
||||
"sub": [
|
||||
"DV-Open"
|
||||
],
|
||||
"next": [
|
||||
"StageDV-5",
|
||||
"SwapToStageDV-5"
|
||||
]
|
||||
},
|
||||
"DV-6": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "DoNothing",
|
||||
"sub": [
|
||||
"DV-Open"
|
||||
],
|
||||
"next": [
|
||||
"StageDV-6",
|
||||
"SwapToStageDV-6"
|
||||
]
|
||||
},
|
||||
"DV-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "DoNothing",
|
||||
"sub": [
|
||||
"DV-Open"
|
||||
],
|
||||
"next": [
|
||||
"StageDV-7",
|
||||
"SwapToStageDV-7"
|
||||
]
|
||||
},
|
||||
"DV-Open": {
|
||||
"action": "ClickSelf",
|
||||
"roi": [
|
||||
471,
|
||||
0,
|
||||
530,
|
||||
711
|
||||
],
|
||||
"sub": [
|
||||
"DVChapterToDV",
|
||||
"SwipeToTheRight"
|
||||
]
|
||||
},
|
||||
"DVChapterToDV": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": [
|
||||
"我不知道"
|
||||
],
|
||||
"roi": [
|
||||
1011,
|
||||
495,
|
||||
217,
|
||||
139
|
||||
]
|
||||
},
|
||||
"SwapToStageDV-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "SlowlySwipeToTheLeft",
|
||||
"next": [
|
||||
"StageDV-5",
|
||||
"SwapToStageDV-5"
|
||||
]
|
||||
},
|
||||
"SwapToStageDV-6": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "SlowlySwipeToTheLeft",
|
||||
"next": [
|
||||
"StageDV-6",
|
||||
"SwapToStageDV-6"
|
||||
]
|
||||
},
|
||||
"SwapToStageDV-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "SlowlySwipeToTheLeft",
|
||||
"next": [
|
||||
"StageDV-7",
|
||||
"SwapToStageDV-7"
|
||||
]
|
||||
},
|
||||
"StageDV-5": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"cache": false,
|
||||
"text": [
|
||||
"DV-5"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
145,
|
||||
1280,
|
||||
332
|
||||
]
|
||||
},
|
||||
"StageDV-6": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"cache": false,
|
||||
"text": [
|
||||
"DV-6"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
145,
|
||||
1280,
|
||||
332
|
||||
]
|
||||
},
|
||||
"StageDV-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"cache": false,
|
||||
"text": [
|
||||
"DV-7"
|
||||
],
|
||||
"roi": [
|
||||
0,
|
||||
145,
|
||||
1280,
|
||||
332
|
||||
]
|
||||
},
|
||||
"LE-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "DoNothing",
|
||||
|
||||
BIN
resource/template/DV-Open.png
Normal file
BIN
resource/template/DV-Open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@@ -169,6 +169,11 @@ namespace MeoAsstGui
|
||||
new CombData { Display = "当前关卡", Value = string.Empty },
|
||||
new CombData { Display = "上次作战", Value = "LastBattle" },
|
||||
|
||||
// SideStory「绿野幻梦」活动
|
||||
// new CombData { Display = "DV-7", Value = "DV-7" },
|
||||
// new CombData { Display = "DV-6", Value = "DV-6" },
|
||||
// new CombData { Display = "DV-5", Value = "DV-5" },
|
||||
|
||||
new CombData { Display = "1-7", Value = "1-7" },
|
||||
new CombData { Display = "龙门币-6/5", Value = "CE-6" },
|
||||
new CombData { Display = "红票-5", Value = "AP-5" },
|
||||
|
||||
Reference in New Issue
Block a user