添加注册uri的功能

This commit is contained in:
PANDA-JSR
2026-02-04 11:09:49 +08:00
parent a4868215f2
commit 8f6383cbe6
11 changed files with 363 additions and 3 deletions
+3
View File
@@ -629,6 +629,9 @@ namespace Ink_Canvas
[JsonProperty("enableUIAccessTopMost")]
public bool EnableUIAccessTopMost { get; set; } = false;
[JsonProperty("isEnableUriScheme")]
public bool IsEnableUriScheme { get; set; } = false;
[JsonProperty("windowMode")]
public bool WindowMode { get; set; } = true;
}