增加自动检查系统更新设置

This commit is contained in:
刘祥超
2021-12-21 15:17:04 +08:00
parent a913996000
commit 4c2156a4ac
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package systemconfigs
// CheckUpdatesConfig 检查更新配置
type CheckUpdatesConfig struct {
AutoCheck bool `yaml:"autoCheck" json:"autoCheck"`
}