chore.活动到期,从界面上移除“风雪过境”关卡选择。更新版本号

This commit is contained in:
MistEO
2022-01-03 22:12:26 +08:00
parent cb42f8e0b7
commit 4eb23c7fd0
2 changed files with 4 additions and 3 deletions

View File

@@ -2,5 +2,5 @@
namespace asst
{
constexpr static const char* Version = "v2.6.2";
constexpr static const char* Version = "v2.6.3";
}

View File

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