From 8d8f2d9baa1337b46ef96fa7f526c3bba4eac2a3 Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Thu, 22 Sep 2022 16:17:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E6=94=BE=E3=80=8C=E9=95=BF?= =?UTF-8?q?=E5=A4=9C=E4=B8=B4=E5=85=89=E3=80=8D=E5=A4=8D=E5=88=BB=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 20 +++++++++++++------- src/MeoAsstGui/Helper/StageManager.cs | 6 +++--- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 427f547601..0cc3e340d7 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -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": { diff --git a/src/MeoAsstGui/Helper/StageManager.cs b/src/MeoAsstGui/Helper/StageManager.cs index e825516120..c4924fcd14 100644 --- a/src/MeoAsstGui/Helper/StageManager.cs +++ b/src/MeoAsstGui/Helper/StageManager.cs @@ -46,9 +46,9 @@ namespace MeoAsstGui _stages = new Dictionary { // 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 } },