This commit is contained in:
tanglong 2025-10-09 09:22:02 +08:00
parent c844b1b1c8
commit ae3802e9a6
2 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,6 @@ namespace Wpf_AiSportsMicrospace.Common
_firstHandTriggered = false; _firstHandTriggered = false;
} }
} }
return (int)WavingAction.None; return (int)WavingAction.None;
} }

View File

@ -25,7 +25,7 @@ namespace Wpf_AiSportsMicrospace.Views
InitializeComponent(); InitializeComponent();
// 默认显示首页 // 默认显示首页
MainContent.Content = new GroupJumpRope(); MainContent.Content = new Home();
} }
public void SwitchPage(UserControl newPage, bool fromRight) public void SwitchPage(UserControl newPage, bool fromRight)
{ {