mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore.活动到期,从界面上移除“风雪过境”关卡选择。更新版本号
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace asst
|
||||
{
|
||||
constexpr static const char* Version = "v2.6.2";
|
||||
constexpr static const char* Version = "v2.6.3";
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user