feat: 开放「长夜临光」复刻活动导航

This commit is contained in:
uye
2022-09-22 16:17:31 +08:00
parent 7e6213d983
commit 8d8f2d9baa
2 changed files with 16 additions and 10 deletions

View File

@@ -524,9 +524,15 @@
"action": "ClickSelf",
"cache": false,
"text": [
"大骑士"
"大骑士"
],
"rearDelay": 2000,
"roi": [
998,
346,
282,
191
],
"next": [
"NLChapterToNL",
"SwipeToTheRight"
@@ -565,9 +571,9 @@
],
"roi": [
0,
145,
63,
1280,
332
577
]
},
"StageNL-9": {
@@ -579,9 +585,9 @@
],
"roi": [
0,
145,
63,
1280,
332
577
]
},
"StageNL-8": {
@@ -593,9 +599,9 @@
],
"roi": [
0,
145,
63,
1280,
332
577
]
},
"GT-5": {

View File

@@ -46,9 +46,9 @@ namespace MeoAsstGui
_stages = new Dictionary<string, StageInfo>
{
// SideStory「长夜临光」复刻活动
// { "NL-10", new StageInfo { Display = "NL-10", Value = "NL-10", Activity = sideStory } },
// { "NL-9", new StageInfo { Display = "NL-9", Value = "NL-9", Activity = sideStory } },
// { "NL-8", new StageInfo { Display = "NL-8", Value = "NL-8", Activity = sideStory } },
{ "NL-10", new StageInfo { Display = "NL-10", Value = "NL-10", Activity = sideStory } },
{ "NL-9", new StageInfo { Display = "NL-9", Value = "NL-9", Activity = sideStory } },
{ "NL-8", new StageInfo { Display = "NL-8", Value = "NL-8", Activity = sideStory } },
// 「当前/上次」关卡导航
{ string.Empty, new StageInfo { Display = Localization.GetString("DefaultStage"), Value = string.Empty } },