From 1328aadee946a1952b1c0264203fdbaa585864b3 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Tue, 2 Jun 2026 22:12:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20CrystalOverview=20=E5=8F=8C?= =?UTF-8?q?=E5=8D=A1=EF=BC=88=E6=B0=B4=E6=99=B6=E4=BD=99=E9=A2=9D+?= =?UTF-8?q?=E4=BB=8A=E6=97=A5=E6=94=B6=E7=9B=8A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/components/CrystalOverview.vue | 119 ++++++++++++++++++ frontend/pages/dashboard/dashboard.vue | 12 +- 2 files changed, 127 insertions(+), 4 deletions(-) create mode 100644 frontend/pages/dashboard/components/CrystalOverview.vue diff --git a/frontend/pages/dashboard/components/CrystalOverview.vue b/frontend/pages/dashboard/components/CrystalOverview.vue new file mode 100644 index 0000000..c967167 --- /dev/null +++ b/frontend/pages/dashboard/components/CrystalOverview.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/frontend/pages/dashboard/dashboard.vue b/frontend/pages/dashboard/dashboard.vue index 1b5cf4a..0987103 100644 --- a/frontend/pages/dashboard/dashboard.vue +++ b/frontend/pages/dashboard/dashboard.vue @@ -7,9 +7,12 @@ - - 骨架页(组件将在 Task 5-10 添加) - + @@ -26,6 +29,7 @@