mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-13 18:08:15 +08:00
👔 默认不使用旧数据
This commit is contained in:
@@ -36,7 +36,7 @@ if (historyCache.LastWriteTime.AddMinutes(60) > DateTime.UtcNow) {
|
|||||||
var text = Console.ReadLine();
|
var text = Console.ReadLine();
|
||||||
if (text != null) {
|
if (text != null) {
|
||||||
text = text.ToUpper();
|
text = text.ToUpper();
|
||||||
usePreviousData = (text == "" || text == "Y" || text == "YES");
|
usePreviousData = (text == "Y" || text == "YES");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Export:
|
Export:
|
||||||
|
|||||||
Reference in New Issue
Block a user