From 3190211f9aeb927d9f0d31ba51f4c1cd0f2a4a89 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sun, 5 Apr 2026 09:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=80=E8=A8=80API=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Resources/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ink Canvas/Resources/Settings.cs b/Ink Canvas/Resources/Settings.cs index 303d5102..e0b93049 100644 --- a/Ink Canvas/Resources/Settings.cs +++ b/Ink Canvas/Resources/Settings.cs @@ -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 HitokotoCategories { get; set; } = new List { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l" }; // 默认全选所有分类 + [JsonProperty("hitokotoCategories", NullValueHandling = NullValueHandling.Ignore)] + public List HitokotoCategories { get; set; } [JsonProperty("isShowModeFingerToggleSwitch")] public bool IsShowModeFingerToggleSwitch { get; set; } = true; [JsonProperty("theme")]