mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
管理界面和用户界面增加时区设置
This commit is contained in:
@@ -11,4 +11,5 @@ type AdminUIConfig struct {
|
||||
FaviconFileId int64 `json:"faviconFileId"` // Favicon文件ID
|
||||
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
||||
DefaultPageSize int `json:"defaultPageSize"` // 默认每页显示数
|
||||
TimeZone string `json:"timeZone"` // 时区
|
||||
}
|
||||
|
||||
@@ -10,4 +10,5 @@ type UserUIConfig struct {
|
||||
ShowFinance bool `json:"showFinance"` // 是否显示财务相关信息
|
||||
FaviconFileId int64 `json:"faviconFileId"` // Favicon文件ID
|
||||
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
||||
TimeZone string `json:"timeZone"` // 时区
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user