🎨 Updated

This commit is contained in:
2025-07-07 15:55:48 +08:00
parent 4f1d70135e
commit 685897e828
4 changed files with 6 additions and 22 deletions

View File

@@ -171,7 +171,7 @@ func NewDefaultAppConfig() *AppConfig {
SystemTheme: SystemThemeAuto, // 默认使用深色系统主题
},
Updates: UpdatesConfig{
Version: "0.0.0",
Version: "1.0.0",
AutoUpdate: true,
PrimarySource: UpdateSourceGithub,
BackupSource: UpdateSourceGitea,