mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: 午夜 0 点没算 0 点
This commit is contained in:
@@ -339,7 +339,7 @@ namespace MaaWpfGui.Main
|
||||
var now = DateTime.Now;
|
||||
|
||||
// 0~4 点启动
|
||||
if (now.Hour is > 0 and < 4)
|
||||
if (now.Hour is >= 0 and < 4)
|
||||
{
|
||||
AchievementTrackerHelper.Instance.Unlock(AchievementIds.MidnightLaunch);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user