From 03916792e9ffcba361575f031c83987d5977b4bb Mon Sep 17 00:00:00 2001 From: nilaoda Date: Wed, 6 Sep 2023 23:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=A8=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96`Console.Title`=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBDown/BBDownUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)