From e41283295b251f412d0f9b36000c2f19138bcb16 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 16 Apr 2026 16:56:05 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E9=A6=96=E9=A1=B5-=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/BannerSection.vue | 324 ++++++ src/components/dashboard/NavSection.vue | 95 ++ src/components/dashboard/PlanSection.vue | 675 +++++++++++ src/components/dashboard/StatsSection.vue | 135 +++ src/pages/index.vue | 1177 +------------------- 5 files changed, 1239 insertions(+), 1167 deletions(-) create mode 100644 src/components/dashboard/BannerSection.vue create mode 100644 src/components/dashboard/NavSection.vue create mode 100644 src/components/dashboard/PlanSection.vue create mode 100644 src/components/dashboard/StatsSection.vue diff --git a/src/components/dashboard/BannerSection.vue b/src/components/dashboard/BannerSection.vue new file mode 100644 index 0000000..3e5dd8e --- /dev/null +++ b/src/components/dashboard/BannerSection.vue @@ -0,0 +1,324 @@ + + + + + diff --git a/src/components/dashboard/NavSection.vue b/src/components/dashboard/NavSection.vue new file mode 100644 index 0000000..7962fc2 --- /dev/null +++ b/src/components/dashboard/NavSection.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/src/components/dashboard/PlanSection.vue b/src/components/dashboard/PlanSection.vue new file mode 100644 index 0000000..341f27d --- /dev/null +++ b/src/components/dashboard/PlanSection.vue @@ -0,0 +1,675 @@ + + + + + diff --git a/src/components/dashboard/StatsSection.vue b/src/components/dashboard/StatsSection.vue new file mode 100644 index 0000000..0498d18 --- /dev/null +++ b/src/components/dashboard/StatsSection.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index f8286aa..1d46ebc 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,601 +1,35 @@