From 98d74918a0c3c03ce03395e6b5f3480a6dd14542 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Tue, 25 Aug 2026 15:15:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 + src/components/Profile/OverviewPopup.vue | 54 +++++++++ src/components/Profile/ProfilePopup.vue | 6 - src/pages/index/index.vue | 137 ++++++++++++++--------- src/pages/record/index.vue | 113 +++++++++++-------- src/pages/user/index.vue | 14 ++- src/static/logo.png | Bin 4023 -> 5094 bytes src/store/profile.ts | 3 +- src/type/profile.ts | 8 +- src/utils/profile.ts | 12 +- src/utils/record.ts | 20 +++- 11 files changed, 260 insertions(+), 112 deletions(-) create mode 100644 src/components/Profile/OverviewPopup.vue diff --git a/src/App.vue b/src/App.vue index 182b7d8..0fc3ddb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,11 @@ diff --git a/src/components/Profile/ProfilePopup.vue b/src/components/Profile/ProfilePopup.vue index 9d754f3..6e03a80 100644 --- a/src/components/Profile/ProfilePopup.vue +++ b/src/components/Profile/ProfilePopup.vue @@ -28,12 +28,6 @@ cm - - - - Kg - - diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 1dfd4a2..2712886 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,16 +1,16 @@