mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-06 11:55:48 +08:00
用户界面设置中增加流量、带宽相关设置
This commit is contained in:
@@ -11,4 +11,8 @@ type UserUIConfig struct {
|
||||
FaviconFileId int64 `json:"faviconFileId"` // Favicon文件ID
|
||||
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
||||
TimeZone string `json:"timeZone"` // 时区
|
||||
|
||||
BandwidthUnit BandwidthUnit `json:"bandwidthUnit"` // 带宽单位
|
||||
ShowTrafficCharts bool `json:"showTrafficCharts" json:"showTrafficCharts"` // 是否显示流量相关图表和数据
|
||||
ShowBandwidthCharts bool `json:"showBandwidthCharts" json:"showBandwidthCharts"` // 是否显示带宽相关图表和数据
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user