在仪表板中添加网络流量组件

This commit is contained in:
jxxghp
2025-07-03 19:14:31 +08:00
parent 615c162663
commit 35c8025b00
7 changed files with 239 additions and 1 deletions
+9
View File
@@ -46,6 +46,7 @@ const enableConfig = ref<{ [key: string]: boolean }>({
weeklyOverview: false,
cpu: false,
memory: false,
network: false,
library: true,
playing: true,
latest: true,
@@ -112,6 +113,14 @@ const dashboardConfigs = ref<DashboardItem[]>([
cols: { cols: 12, md: 6 },
elements: [],
},
{
id: 'network',
name: t('dashboard.network'),
key: '',
attrs: {},
cols: { cols: 12, md: 6 },
elements: [],
},
{
id: 'library',
name: t('dashboard.library'),