diff --git a/BBDown/BBDownUtil.cs b/BBDown/BBDownUtil.cs index ae4302d27..41b633df1 100644 --- a/BBDown/BBDownUtil.cs +++ b/BBDown/BBDownUtil.cs @@ -33,7 +33,7 @@ public static async Task CheckUpdateAsync() if (nowVer != latestVer && !latestVer.StartsWith("https")) { Console.Title = $"发现新版本:{latestVer}"; - LogColor(Console.Title); + LogColor($"发现新版本:{latestVer}"); } } catch (Exception)