add:一言名言种类自定义

This commit is contained in:
2026-02-21 18:47:30 +08:00
parent 86cdb231d0
commit 3e3db27296
4 changed files with 210 additions and 11 deletions
+2
View File
@@ -273,6 +273,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("isShowModeFingerToggleSwitch")]
public bool IsShowModeFingerToggleSwitch { get; set; } = true;
[JsonProperty("theme")]