feat.不用用雷电,会变得不幸.jpg

This commit is contained in:
MistEO
2022-06-04 04:35:07 +08:00
parent c1a3372cb5
commit a4f9c63f2e
3 changed files with 17 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace MeoAsstGui
}
private Visibility _visible = Visibility.Collapsed;
public Visibility Visible
{
get { return _visible; }
@@ -127,7 +128,7 @@ namespace MeoAsstGui
new CombData { Display = "SV-7", Value = "SV-7" },
new CombData { Display = "SV-8", Value = "SV-8" },
new CombData { Display = "SV-9", Value = "SV-9" },
// “愚人号” 活动关卡
//new CombData { Display = "SN-8", Value = "SN-8" },
//new CombData { Display = "SN-9", Value = "SN-9" },
@@ -228,6 +229,10 @@ namespace MeoAsstGui
Idle = true;
return;
}
if (errMsg.Length != 0)
{
AddLog(errMsg, "darkred");
}
bool ret = true;
// 直接遍历TaskItemViewModels里面的内容是排序后的