improve:默认配置文件

This commit is contained in:
2025-07-23 23:14:29 +08:00
parent 4755eb06e2
commit 4efc4e7f34
+1 -1
View File
@@ -238,7 +238,7 @@ namespace Ink_Canvas
[JsonProperty("isEnableFingerGestureSlideShowControl")]
public bool IsEnableFingerGestureSlideShowControl { get; set; } = true;
[JsonProperty("isSupportWPS")]
public bool IsSupportWPS { get; set; } = true;
public bool IsSupportWPS { get; set; } = false;
[JsonProperty("enableWppProcessKill")]
public bool EnableWppProcessKill { get; set; } = true;
[JsonProperty("isAlwaysGoToFirstPageOnReenter")]