From 906a9982a5cac4aebddb19ea54fb4e52bc6cbfaa Mon Sep 17 00:00:00 2001 From: ABA2396 <2396806385@qq.com> Date: Mon, 18 Jul 2022 17:40:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4SideStory=E3=80=8C?= =?UTF-8?q?=E7=BB=BF=E9=87=8E=E5=B9=BB=E6=A2=A6=E3=80=8D=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs index 18f6f1ee3a..2239c198d0 100644 --- a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs +++ b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs @@ -171,11 +171,6 @@ namespace MeoAsstGui new CombData { Display = "当前关卡", Value = string.Empty }, new CombData { Display = "上次作战", Value = "LastBattle" }, - // SideStory「绿野幻梦」活动 - new CombData { Display = "DV-6", Value = "DV-6" }, - new CombData { Display = "DV-7", Value = "DV-7" }, - new CombData { Display = "DV-8", Value = "DV-8" }, - new CombData { Display = "1-7", Value = "1-7" }, new CombData { Display = "龙门币-6/5", Value = "CE-6" }, new CombData { Display = "红票-5", Value = "AP-5" }, @@ -191,17 +186,22 @@ namespace MeoAsstGui new CombData { Display = "近/特芯片", Value = "PR-D-1" }, new CombData { Display = "近/特芯片组", Value = "PR-D-2" }, + // SideStory「绿野幻梦」活动 + // new CombData { Display = "DV-6", Value = "DV-6" }, + // new CombData { Display = "DV-7", Value = "DV-7" }, + // new CombData { Display = "DV-8", Value = "DV-8" }, + // SideStory「尘影余音」活动 // new CombData { Display = "LE-7", Value = "LE-7" }, // new CombData { Display = "LE-6", Value = "LE-6" }, // new CombData { Display = "LE-5", Value = "LE-5" }, - // “愚人号” 活动关卡 + // SideStory「愚人号」活动关卡 //new CombData { Display = "SN-8", Value = "SN-8" }, //new CombData { Display = "SN-9", Value = "SN-9" }, //new CombData { Display = "SN-10", Value = "SN-10" }, - //// “风雪过境” 活动关卡 + // SideStory「风雪过境」活动关卡 //new CombData { Display = "BI-7", Value = "BI-7" }, //new CombData { Display = "BI-8", Value = "BI-8" } };