From 4678a34a34742d9bb0b425768126e0f46104bc2e Mon Sep 17 00:00:00 2001 From: tanglong <1006158920@qq.com> Date: Mon, 20 Oct 2025 13:40:59 +0800 Subject: [PATCH] 17 --- 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 e526149..c4a9f4b 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/MusicJumpRope.xaml.cs @@ -43,7 +43,7 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope // 容忍时间(节拍误差) - public double _beatTolerance = 0.15; // ±150ms + public double _beatTolerance = 0.2; // ±150ms private int _totalDots = 0; // 滚动显示的节拍点集合 public ObservableCollection BeatDisplayLeft { get; set; } = new();