👔 默认不使用旧数据

This commit is contained in:
目棃
2024-02-06 22:46:37 +08:00
parent 034d999d25
commit 504c8a2a9a

View File

@@ -36,7 +36,7 @@ if (historyCache.LastWriteTime.AddMinutes(60) > DateTime.UtcNow) {
var text = Console.ReadLine();
if (text != null) {
text = text.ToUpper();
usePreviousData = (text == "" || text == "Y" || text == "YES");
usePreviousData = (text == "Y" || text == "YES");
}
}
Export: