fix:一言API设置重复写入
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user