From d330d0bf26e10aa2777d56527323c758e869045c Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A134c905?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unnecessary comments related to heartbeat reset during startup. --- Ink Canvas/App.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ink Canvas/App.xaml.cs b/Ink Canvas/App.xaml.cs index e1d2f7a2..402b0a64 100644 --- a/Ink Canvas/App.xaml.cs +++ b/Ink Canvas/App.xaml.cs @@ -1079,8 +1079,6 @@ namespace Ink_Canvas { isStartupComplete = true; startupCompleteHeartbeat = DateTime.Now; - // 启动完成时重置心跳时间,避免启动阶段主线程长时间忙碌导致误判为“无响应” - lastHeartbeat = startupCompleteHeartbeat; if (_isSplashScreenShown && splashScreenStartTime != DateTime.MinValue) { LogHelper.WriteLogToFile($"启动完成心跳已记录,启动画面显示时长: {(startupCompleteHeartbeat - splashScreenStartTime).TotalSeconds:F2}秒");