mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: 优化日志输出
This commit is contained in:
@@ -551,7 +551,7 @@ namespace MaaWpfGui.Models
|
||||
}
|
||||
|
||||
// 到这里已经确定有新版本了
|
||||
_logger.Information($"New version found: {version}");
|
||||
_logger.Information($"New version found: {version:yyyy-MM-dd+HH:mm:ss.fff}");
|
||||
|
||||
if (string.IsNullOrEmpty(cdk))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user