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