自习功能可关闭
This commit is contained in:
lincube
2026-03-31 01:16:53 +08:00
parent 2dc729c9db
commit 9045624105
13 changed files with 215 additions and 10 deletions

View File

@@ -120,6 +120,8 @@ public sealed class AppSettingsSnapshot
#region Study Settings
public bool StudyEnabled { get; set; } = true;
public int? StudyFrameMs { get; set; }
public double? StudyScoreThresholdDbfs { get; set; }