修复视频壁纸恶性bug,添加央广网组件。
This commit is contained in:
lincube
2026-03-05 18:46:32 +08:00
parent 8768fa1ed2
commit 3b71486423
21 changed files with 4333 additions and 48 deletions

View File

@@ -48,6 +48,12 @@ public sealed class AppSettingsSnapshot
public bool AutoStartWithWindows { get; set; }
public bool AutoCheckUpdates { get; set; } = true;
public bool IncludePrereleaseUpdates { get; set; }
public string UpdateChannel { get; set; } = string.Empty;
public List<string> TopStatusComponentIds { get; set; } = [];
public List<string> PinnedTaskbarActions { get; set; } =