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")