From 6ca27444e0362761601dd7a3e56f63baf20e9849 Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Mon, 25 Aug 2025 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dashboard/analytics/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web-antd/src/views/dashboard/analytics/index.vue b/apps/web-antd/src/views/dashboard/analytics/index.vue index 5e3d6d28..0236c92a 100644 --- a/apps/web-antd/src/views/dashboard/analytics/index.vue +++ b/apps/web-antd/src/views/dashboard/analytics/index.vue @@ -25,29 +25,29 @@ const overviewItems: AnalysisOverviewItem[] = [ icon: SvgCardIcon, title: '用户量', totalTitle: '总用户量', - totalValue: 120_000, - value: 2000, + totalValue: 78, + value: 15, }, { icon: SvgCakeIcon, title: '访问量', totalTitle: '总访问量', - totalValue: 500_000, - value: 20_000, + totalValue: 2_278, + value: 461, }, { icon: SvgDownloadIcon, title: '下载量', totalTitle: '总下载量', - totalValue: 120_000, - value: 8000, + totalValue: 17, + value: 2, }, { icon: SvgBellIcon, title: '使用量', totalTitle: '总使用量', - totalValue: 50_000, - value: 5000, + totalValue: 6_652, + value: 3_739, }, ];