From ccb90cdb3ffef0b268d42abfa4e1949c8a9fc2e1 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Thu, 16 Oct 2025 15:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E6=8B=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs b/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs index 83b933d..ae422c0 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs @@ -66,7 +66,7 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope private List _musicBeatTextBlock = new List(); // 容忍时间(节拍误差) - public double _beatTolerance = 0.25; // ±150ms + public double _beatTolerance = 0.20; // ±150ms public MusicJumpRope() {