mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-13 01:48:13 +08:00
👔 默认不使用旧数据
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user