From 4eb23c7fd0fc91d5d358ec352be7c8b4a1dab55b Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 3 Jan 2022 22:12:26 +0800 Subject: [PATCH] =?UTF-8?q?chore.=E6=B4=BB=E5=8A=A8=E5=88=B0=E6=9C=9F?= =?UTF-8?q?=EF=BC=8C=E4=BB=8E=E7=95=8C=E9=9D=A2=E4=B8=8A=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E2=80=9C=E9=A3=8E=E9=9B=AA=E8=BF=87=E5=A2=83=E2=80=9D=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=E9=80=89=E6=8B=A9=E3=80=82=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAssistant/Version.h | 2 +- src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/MeoAssistant/Version.h b/src/MeoAssistant/Version.h index af142b9083..ce25bfdd94 100644 --- a/src/MeoAssistant/Version.h +++ b/src/MeoAssistant/Version.h @@ -2,5 +2,5 @@ namespace asst { - constexpr static const char* Version = "v2.6.2"; + constexpr static const char* Version = "v2.6.3"; } diff --git a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs index 66ef863850..1ac0efbdd8 100644 --- a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs +++ b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs @@ -67,8 +67,9 @@ namespace MeoAsstGui StageList.Add(new CombData { Display = "红票-5", Value = "AP-5" }); StageList.Add(new CombData { Display = "经验-5", Value = "LS-5" }); StageList.Add(new CombData { Display = "技能-5", Value = "CA-5" }); - StageList.Add(new CombData { Display = "BI-7", Value = "BI-7" }); - StageList.Add(new CombData { Display = "BI-8", Value = "BI-8" }); + // “风雪过境” 活动关卡 + //StageList.Add(new CombData { Display = "BI-7", Value = "BI-7" }); + //StageList.Add(new CombData { Display = "BI-8", Value = "BI-8" }); } public void AddLog(string content, string color = "Gray", string weight = "Regular")