add:直接调Ci点名

This commit is contained in:
CJK_mkp
2025-06-29 13:01:33 +08:00
parent ec330aea69
commit 6da13c4fc0
5 changed files with 42 additions and 1 deletions
+2
View File
@@ -437,5 +437,7 @@ namespace Ink_Canvas
public int RandWindowOnceMaxStudents { get; set; } = 10;
[JsonProperty("showRandomAndSingleDraw")]
public bool ShowRandomAndSingleDraw { get; set; } = true;
[JsonProperty("directCallCiRand")]
public bool DirectCallCiRand { get; set; } = false;
}
}