improve:展台

新增将展台替换为希沃展台快捷启动功能
This commit is contained in:
2026-04-05 09:38:16 +08:00
parent dfc23b4428
commit f5a657d5c3
11 changed files with 188 additions and 49 deletions
+4
View File
@@ -151,6 +151,10 @@ namespace Ink_Canvas
[JsonProperty("enableVelocityBrushTip")]
public bool EnableVelocityBrushTip { get; set; }
/// <summary>为 true 时,白板工具栏「展台」按钮启动希沃视频展台(sweclauncher),否则使用内置展台。</summary>
[JsonProperty("launchSeewoVideoShowcaseForWhiteboardBooth")]
public bool LaunchSeewoVideoShowcaseForWhiteboardBooth { get; set; } = false;
}
public enum OptionalOperation