fix: 修复关卡导航错误

This commit is contained in:
uye
2022-12-15 19:36:39 +08:00
parent e17952fe6e
commit ef02c2e5b1
2 changed files with 27 additions and 27 deletions

View File

@@ -774,6 +774,18 @@
120
]
},
"FC-5": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"FC-Open",
"FCChapterToFC"
],
"next": [
"StageFC-5",
"FC-5@SwipeToStage"
]
},
"FC-6": {
"algorithm": "JustReturn",
"action": "DoNothing",
@@ -798,18 +810,6 @@
"FC-7@SwipeToStage"
]
},
"FC-8": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"FC-Open",
"FCChapterToFC"
],
"next": [
"StageFC-8",
"FC-8@SwipeToStage"
]
},
"FC-Open": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
@@ -841,6 +841,20 @@
"ChapterSwipeToTheRight"
]
},
"StageFC-5": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"text": [
"FC-5"
],
"cache": false,
"roi": [
0,
145,
1280,
332
]
},
"StageFC-6": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
@@ -869,20 +883,6 @@
332
]
},
"StageFC-8": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"text": [
"FC-8"
],
"cache": false,
"roi": [
0,
145,
1280,
332
]
},
"IS-10": {
"algorithm": "JustReturn",
"action": "DoNothing",

View File

@@ -52,9 +52,9 @@ namespace MaaWpfGui
{ string.Empty, new StageInfo { Display = Localization.GetString("DefaultStage"), Value = string.Empty } },
// SideStory「风雪过境」复刻活动
{ "FC-8", new StageInfo { Display = "FC-8", Value = "FC-8", Activity = sideStory } },
{ "FC-7", new StageInfo { Display = "FC-7", Value = "FC-7", Activity = sideStory } },
{ "FC-6", new StageInfo { Display = "FC-6", Value = "FC-6", Activity = sideStory } },
{ "FC-5", new StageInfo { Display = "FC-5", Value = "FC-5", Activity = sideStory } },
// 主线关卡
{ "1-7", new StageInfo { Display = "1-7", Value = "1-7" } },