This commit is contained in:
Liang Ding 2022-10-30 00:18:21 +08:00
parent f5d9958a93
commit 20c338399d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 23 additions and 0 deletions

View file

@ -39,6 +39,7 @@ type System struct {
NetworkProxy *NetworkProxy `json:"networkProxy"`
UploadErrLog bool `json:"uploadErrLog"`
GoogleAnalytics bool `json:"googleAnalytics"`
DownloadInstallPkg bool `json:"downloadInstallPkg"`
}