improve:对随机抽功能增加禁用开关

This commit is contained in:
CJK_mkp
2025-06-17 18:21:14 +08:00
parent 58028ea95c
commit 87f64ccc81
11 changed files with 2787 additions and 2670 deletions
+2
View File
@@ -406,5 +406,7 @@ namespace Ink_Canvas
public double RandWindowOnceCloseLatency { get; set; } = 2.5;
[JsonProperty("randWindowOnceMaxStudents")]
public int RandWindowOnceMaxStudents { get; set; } = 10;
[JsonProperty("showRandomAndSingleDraw")]
public bool ShowRandomAndSingleDraw { get; set; } = true;
}
}