Merge branch 'dev' of http://8.153.108.90:3000/YD/Wpf_AiSportsMicrospace into dev
This commit is contained in:
commit
1983453a3c
@ -43,7 +43,7 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope
|
|||||||
|
|
||||||
|
|
||||||
// 容忍时间(节拍误差)
|
// 容忍时间(节拍误差)
|
||||||
public double _beatTolerance = 0.2; // ±150ms
|
public double _beatTolerance = 0.22; // ±150ms
|
||||||
private int _totalDots = 0;
|
private int _totalDots = 0;
|
||||||
// 滚动显示的节拍点集合
|
// 滚动显示的节拍点集合
|
||||||
public ObservableCollection<BeatItem> BeatDisplayLeft { get; set; } = new();
|
public ObservableCollection<BeatItem> BeatDisplayLeft { get; set; } = new();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user