From 1d55fbd5383dcb3df73114be6e1f30009dab810c Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Fri, 8 Mar 2024 12:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar.vue | 31 +++++++++++++++----------- pages/index/index.vue | 14 ++++++++++-- static/images/frontend/tabbar_index.svg | 1 + static/images/frontend/tabbar_index_active.svg | 1 + static/images/frontend/tabbar_user.svg | 1 + static/images/frontend/tabbar_user_active.svg | 1 + 6 files changed, 34 insertions(+), 15 deletions(-) create mode 100644 static/images/frontend/tabbar_index.svg create mode 100644 static/images/frontend/tabbar_index_active.svg create mode 100644 static/images/frontend/tabbar_user.svg create mode 100644 static/images/frontend/tabbar_user_active.svg diff --git a/components/tabbar.vue b/components/tabbar.vue index 8b7a3aa..8bd8a20 100644 --- a/components/tabbar.vue +++ b/components/tabbar.vue @@ -68,26 +68,31 @@