mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
feat: 开放「长夜临光」复刻活动导航
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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 } },
|
||||
|
||||
Reference in New Issue
Block a user