fix:一言API设置重复写入

This commit is contained in:
2026-04-05 09:06:20 +08:00
parent e138f600a1
commit 3190211f9a
+2 -2
View File
@@ -294,8 +294,8 @@ namespace Ink_Canvas
public bool IsShowQuickPanel { get; set; } = true;
[JsonProperty("chickenSoupSource")]
public int ChickenSoupSource { get; set; } = 1;
[JsonProperty("hitokotoCategories")]
public List<string> HitokotoCategories { get; set; } = new List<string> { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l" }; // 默认全选所有分类
[JsonProperty("hitokotoCategories", NullValueHandling = NullValueHandling.Ignore)]
public List<string> HitokotoCategories { get; set; }
[JsonProperty("isShowModeFingerToggleSwitch")]
public bool IsShowModeFingerToggleSwitch { get; set; } = true;
[JsonProperty("theme")]