From ec8b65207c9fc24f17ec3ef9c28cbf687a9e15da Mon Sep 17 00:00:00 2001 From: zzyyyl <74587068+zzyyyl@users.noreply.github.com> Date: Fri, 6 May 2022 19:23:11 +0800 Subject: [PATCH] =?UTF-8?q?feat.=E7=BB=99SN-8~10=E5=8A=A0=E4=B8=AAui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs index 313e57bf4a..9bec0931f8 100644 --- a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs +++ b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs @@ -78,6 +78,11 @@ namespace MeoAsstGui new CombData { Display = "技能-5", Value = "CA-5" }, new CombData { Display = "1-7", Value = "1-7" } }; + // “愚人号” 活动关卡 + StageList.Add(new CombData { Display = "SN-8", Value = "SN-8" }); + StageList.Add(new CombData { Display = "SN-9", Value = "SN-9" }); + StageList.Add(new CombData { Display = "SN-10", Value = "SN-10" }); + // “风雪过境” 活动关卡 //StageList.Add(new CombData { Display = "BI-7", Value = "BI-7" }); //StageList.Add(new CombData { Display = "BI-8", Value = "BI-8" });