From bfc114659d313f58343c1f509012bc0e72ba770f Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 10 Jul 2026 15:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E4=BC=98=E5=8C=96=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E5=8A=A8=E7=94=BB=E4=B8=8E=E8=B6=8B=E5=8A=BF=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/DashboardView.vue | 22 ++++++----- src/views/manage/FileManageView.vue | 60 +++++++++++++++++++++++++---- 2 files changed, 65 insertions(+), 17 deletions(-) diff --git a/src/views/manage/DashboardView.vue b/src/views/manage/DashboardView.vue index a067eeb..6bdff37 100644 --- a/src/views/manage/DashboardView.vue +++ b/src/views/manage/DashboardView.vue @@ -233,15 +233,17 @@ class="theme-2026-card theme-2026-card-hover rounded-[24px] p-4 shadow-md transition-all duration-200 hover:-translate-y-0.5 hover:shadow-lg sm:rounded-[30px] sm:p-5" :class="[panelClass, cardHoverClass]" > -
-
-

下载/上传趋势

-

- {{ analyticsSummaryText }} -

-

轻触或滑动查看数据;拖动底部日期轴平移图表

-
-
+
+
+
+

下载/上传趋势

+

+ {{ analyticsSummaryText }} +

+

轻触或滑动查看数据;拖动底部日期轴平移图表

+
+
+
+
+
-
+ +
+
-
-
+ +
+
-
+
+
@@ -2197,3 +2201,43 @@ onMounted(() => { void loadHistoryFiles() }) + +