From 2bb55368cdd1d5f7f3180bf75f8b38340855c23d Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Fri, 21 Aug 2026 17:02:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 ++++++- src/components/Home/BpPopup.vue | 23 ++++++++++++++++++++-- src/components/Home/GlucosePopup.vue | 23 ++++++++++++++++++++-- src/components/Home/SleepPopup.vue | 21 ++++++++++++++++++-- src/components/Home/SportPopup.vue | 22 ++++++++++++++++++++- src/components/Home/TempPopup.vue | 22 ++++++++++++++++++++- src/components/Home/WeightPopup.vue | 21 +++++++++++++++++++- src/pages/index/index.vue | 2 +- src/pages/record/record.vue | 29 +++++++++++++++++++--------- src/tabbar/index.vue | 2 +- 10 files changed, 151 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index c17eb06..4650801 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,5 +48,10 @@ onUnmounted(() => { diff --git a/src/components/Home/BpPopup.vue b/src/components/Home/BpPopup.vue index 06a92a7..23687b5 100644 --- a/src/components/Home/BpPopup.vue +++ b/src/components/Home/BpPopup.vue @@ -8,7 +8,7 @@ @close="handeClosePopup" > - 🩺 记录血压 + ❤️ 记录血压 + + + - + 保存 + + + + diff --git a/src/tabbar/index.vue b/src/tabbar/index.vue index caceb1c..dfc0064 100644 --- a/src/tabbar/index.vue +++ b/src/tabbar/index.vue @@ -88,7 +88,7 @@ onMounted(() => { }) }) // #endif -const activeColor = 'var(--wot-color-theme, #07C160)' +const activeColor = 'var(--wot-color-theme, #8b5cf6)' const inactiveColor = '#666' function getColorByIndex(index: number) { return tabbarStore.curIdx === index ? activeColor : inactiveColor