mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-26 07:55:18 +08:00
[日志审计]增加删除、清理和别的一些设置
This commit is contained in:
10
pkg/systemconfigs/ui_config.go
Normal file
10
pkg/systemconfigs/ui_config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package systemconfigs
|
||||
|
||||
// 界面相关配置
|
||||
type UIConfig struct {
|
||||
ProductName string `json:"productName"` // 产品名
|
||||
AdminSystemName string `json:"adminSystemName"` // 管理员系统名称
|
||||
ShowOpenSourceInfo bool `json:"showOpenSourceInfo"` // 是否显示开源信息
|
||||
ShowVersion bool `json:"showVersion"` // 是否显示版本号
|
||||
Version string `json:"version"` // 显示的版本号
|
||||
}
|
||||
Reference in New Issue
Block a user