add:备份功能

This commit is contained in:
2025-07-16 15:28:36 +08:00
parent 1e96477127
commit 285f211f50
5 changed files with 158 additions and 0 deletions
+3
View File
@@ -418,6 +418,9 @@ namespace Ink_Canvas
[JsonProperty("isEnableAvoidFullScreenHelper")]
public bool IsEnableAvoidFullScreenHelper { get; set; } = false;
[JsonProperty("isAutoBackupBeforeUpdate")]
public bool IsAutoBackupBeforeUpdate { get; set; } = true;
}
public class InkToShape