improve:直接调用外部点名

This commit is contained in:
2025-09-13 12:08:45 +08:00
parent c1fcaff28a
commit 99f9886876
6 changed files with 54 additions and 11 deletions
+2
View File
@@ -548,6 +548,8 @@ namespace Ink_Canvas
public bool ShowRandomAndSingleDraw { get; set; } = true;
[JsonProperty("directCallCiRand")]
public bool DirectCallCiRand { get; set; }
[JsonProperty("externalCallerType")]
public int ExternalCallerType { get; set; } = 0;
[JsonProperty("selectedBackgroundIndex")]
public int SelectedBackgroundIndex { get; set; }
[JsonProperty("customPickNameBackgrounds")]