From 0b94b74c881ae90d6224abf08d136f7c883fc0b4 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Wed, 26 Aug 2026 23:00:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{BpPopup.vue => BloodPressurePopup.vue} | 30 +++---- .../{GlucosePopup.vue => BloodSugarPopup.vue} | 28 +++---- src/components/Home/RecordPopup.vue | 18 ++--- .../{TempPopup.vue => TemperaturePopup.vue} | 28 +++---- src/pages/index/index.vue | 64 +++++++++++---- src/store/record.ts | 80 +++++++++---------- src/type/profile.ts | 1 + 7 files changed, 141 insertions(+), 108 deletions(-) rename src/components/Home/{BpPopup.vue => BloodPressurePopup.vue} (80%) rename src/components/Home/{GlucosePopup.vue => BloodSugarPopup.vue} (80%) rename src/components/Home/{TempPopup.vue => TemperaturePopup.vue} (80%) diff --git a/src/components/Home/BpPopup.vue b/src/components/Home/BloodPressurePopup.vue similarity index 80% rename from src/components/Home/BpPopup.vue rename to src/components/Home/BloodPressurePopup.vue index 11b8f2c..f332acd 100644 --- a/src/components/Home/BpPopup.vue +++ b/src/components/Home/BloodPressurePopup.vue @@ -1,6 +1,6 @@