From 2865ece26e989f84fdc0d6660263c2730c669d91 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Tue, 14 Oct 2025 20:24:53 +0800 Subject: [PATCH] tiaosheng --- Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs index 6f4a39f..61790e2 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs @@ -358,7 +358,6 @@ namespace Wpf_AiSportsMicrospace.Views double y = pos.YNorm * imgHeight; // 绘制发光圆 - //AddGlowEllipse(x, y, overlayCanvas); var userItem = AddUserItem(x, y, i); // 绑定运动对象 var sport = SportBase.Create("rope-skipping");