add:仿希沃计时器

This commit is contained in:
2025-10-04 16:14:56 +08:00
parent 8f627c6b7f
commit 5df54439ba
8 changed files with 833 additions and 1 deletions
+2
View File
@@ -631,6 +631,8 @@ namespace Ink_Canvas
public List<CustomPickNameBackground> CustomPickNameBackgrounds { get; set; } = new List<CustomPickNameBackground>();
[JsonProperty("useLegacyTimerUI")]
public bool UseLegacyTimerUI { get; set; } = false;
[JsonProperty("useSeewoStyleUI")]
public bool UseSeewoStyleUI { get; set; } = false;
[JsonProperty("timerVolume")]
public double TimerVolume { get; set; } = 1.0;
[JsonProperty("customTimerSoundPath")]