From 99fbb783073d1a3ceaf8de9941b5b9ce66b5531a Mon Sep 17 00:00:00 2001 From: LyMysterious Date: Thu, 26 Jun 2025 17:10:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XiaoXiaoRoBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoXiaoRoBot/Program.cs b/XiaoXiaoRoBot/Program.cs index c3ba4dd..fbae8c6 100644 --- a/XiaoXiaoRoBot/Program.cs +++ b/XiaoXiaoRoBot/Program.cs @@ -56,7 +56,7 @@ bot.Invoker.OnBotLogEvent += (sender, e) => { RecordLog = false; LoginSuccess = true; - Logs.Write($"Login success: {bot.BotUin} {bot.BotName}"); + Logs.Write($"Login success: {bot.BotUin} {bot.BotName} {DateTime.Now}"); _ = KeystoreConfig.SaveBotKeystore(bot.UpdateKeystore()); LoadLoginConfig(); }