Compare commits
No commits in common. "c537bcfca7c18d1c66ac43cb760c00250235e60e" and "3e0e128ed1b978c0097b5c6a636d4e0fef47b2a0" have entirely different histories.
c537bcfca7
...
3e0e128ed1
@ -43,7 +43,7 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope
|
||||
|
||||
|
||||
// 容忍时间(节拍误差)
|
||||
public double _beatTolerance = 0.22; // ±150ms
|
||||
public double _beatTolerance = 0.2; // ±150ms
|
||||
private int _totalDots = 0;
|
||||
// 滚动显示的节拍点集合
|
||||
public ObservableCollection<BeatItem> BeatDisplayLeft { get; set; } = new();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user