add:软件启动动画

This commit is contained in:
2025-10-01 18:38:01 +08:00
parent aed77a187f
commit 93022424b3
6 changed files with 84 additions and 27 deletions
+2
View File
@@ -199,6 +199,8 @@ namespace Ink_Canvas
public int UnFoldButtonImageType { get; set; }
[JsonProperty("isShowLRSwitchButton")]
public bool IsShowLRSwitchButton { get; set; }
[JsonProperty("enableSplashScreen")]
public bool EnableSplashScreen { get; set; } = false;
[JsonProperty("isShowQuickPanel")]
public bool IsShowQuickPanel { get; set; } = true;
[JsonProperty("chickenSoupSource")]