From 0fdbd7f7b1cb72c7b3125e9e913b6cd44a3e5079 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 8 Jan 2023 11:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E5=A2=9E=E5=8A=A0=E2=80=9C=E5=9C=A8=E6=B5=81?= =?UTF-8?q?=E9=87=8F=E5=9B=BE=E8=A1=A8=E4=B8=AD=E6=98=BE=E7=A4=BA=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF=E2=80=9D=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/systemconfigs/user_ui_config.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/systemconfigs/user_ui_config.go b/pkg/systemconfigs/user_ui_config.go index a686243..db43223 100644 --- a/pkg/systemconfigs/user_ui_config.go +++ b/pkg/systemconfigs/user_ui_config.go @@ -19,9 +19,10 @@ type UserUIConfig struct { LogoFileId int64 `json:"logoFileId"` // Logo文件ID TimeZone string `json:"timeZone"` // 时区 - BandwidthUnit BandwidthUnit `json:"bandwidthUnit"` // 带宽单位 - ShowTrafficCharts bool `json:"showTrafficCharts"` // 是否显示流量相关图表和数据 - ShowBandwidthCharts bool `json:"showBandwidthCharts"` // 是否显示带宽相关图表和数据 + BandwidthUnit BandwidthUnit `json:"bandwidthUnit"` // 带宽单位 + ShowTrafficCharts bool `json:"showTrafficCharts"` // 是否显示流量相关图表和数据 + ShowCacheInfoInTrafficCharts bool `json:"showCacheInfoInTrafficCharts"` // 在流量图中显示缓存相关信息 + ShowBandwidthCharts bool `json:"showBandwidthCharts"` // 是否显示带宽相关图表和数据 TrafficStats struct { BandwidthPercentile int32 `json:"bandwidthPercentile"` // 带宽百分位