add:PPT时间胶囊(没做完不好看)

This commit is contained in:
2025-12-27 22:41:24 +08:00
parent fae08a5285
commit a81ee5b3db
8 changed files with 1076 additions and 2 deletions
+4
View File
@@ -333,6 +333,10 @@ namespace Ink_Canvas
public bool ShowGestureButtonInSlideShow { get; set; } = false;
[JsonProperty("skipAnimationsWhenGoNext")]
public bool SkipAnimationsWhenGoNext { get; set; } = false;
[JsonProperty("enablePPTTimeCapsule")]
public bool EnablePPTTimeCapsule { get; set; } = true;
[JsonProperty("pptTimeCapsulePosition")]
public int PPTTimeCapsulePosition { get; set; } = 1;
}
public class Automation