This commit is contained in:
tanglong 2025-10-15 11:01:50 +08:00
parent ebb0c9eb31
commit 01abba4321

View File

@ -59,7 +59,7 @@ namespace Wpf_AiSportsMicrospace.Views
// 开始抽帧线程 // 开始抽帧线程
StartFrameProcessing(); StartFrameProcessing();
// 启动心跳检测线程 // 启动心跳检测线程
StartHeartbeatMonitor(); //StartHeartbeatMonitor();
// 默认显示首页 // 默认显示首页
MainContent.Content = new Home(); MainContent.Content = new Home();
} }