From 00d17dc0eb6791332ed6f53ede716172962a7e2b Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Mon, 8 Jun 2026 18:56:55 +0800 Subject: [PATCH] --- Models/AppConfig.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index bed60c2..9e290b4 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -74,8 +74,6 @@ public class TestParameters public double FitStartTime { get; set; } = 0.25; // 默认0.35秒,避开早期扰动 public double FitEndTime { get; set; } = 0.60; - - } public class AppSettings