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