mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 04:10:25 +08:00
默认自动检查版本更新
This commit is contained in:
@@ -9,5 +9,7 @@ type CheckUpdatesConfig struct {
|
||||
}
|
||||
|
||||
func NewCheckUpdatesConfig() *CheckUpdatesConfig {
|
||||
return &CheckUpdatesConfig{}
|
||||
return &CheckUpdatesConfig{
|
||||
AutoCheck: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user