diff --git a/BuildTime.txt b/BuildTime.txt index b714f0f..6275bd1 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-03-17 21:08:52 \ No newline at end of file +2026-03-18 21:37:24 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index d22ce9f..6f017ca 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -a9e0ecb \ No newline at end of file +ef4be8c \ No newline at end of file diff --git a/Logger/Logger.cs b/Logger/Logger.cs index 943d063..9fc5b0a 100644 --- a/Logger/Logger.cs +++ b/Logger/Logger.cs @@ -154,7 +154,7 @@ namespace CMLeonOS.Logger Console.Write(" ] "); // 日志来源 - Console.Write($"( {entry.Source} ) "); + Console.Write($"{entry.Source}: "); // 日志内容 Console.Write(entry.ToStringMessage());