feat: 添加白板模式自动全屏功能

- 新增"白板模式自动全屏"设置选项
- 进入白板模式时自动全屏,退出时恢复工作区域大小
- 需配合"避免全屏助手"功能使用
- 用户可独立控制白板模式的全屏行为
This commit is contained in:
PrefacedCorg
2025-12-13 19:27:47 +08:00
parent daf0db312b
commit eb1aaa10e4
7 changed files with 84 additions and 0 deletions
+3
View File
@@ -582,6 +582,9 @@ namespace Ink_Canvas
[JsonProperty("isEnableAvoidFullScreenHelper")]
public bool IsEnableAvoidFullScreenHelper { get; set; }
[JsonProperty("isEnableAvoidFullScreenHelperForWhiteboard")]
public bool IsEnableAvoidFullScreenHelperForWhiteboard { get; set; }
[JsonProperty("isAutoBackupBeforeUpdate")]
public bool IsAutoBackupBeforeUpdate { get; set; } = true;