From 29538282c1f185edcd1cfa740060a70bc941035d Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Sun, 20 Apr 2025 10:35:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=A1=B6=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=9B=E8=AE=BE=E7=BD=AEapp=E4=B8=BB=E9=A2=98=E8=89=B2?= =?UTF-8?q?=EF=BC=9B=E6=9B=B4=E6=94=B9=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E5=9B=BE=E6=A0=87=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 2 +- src/pages/index/components/CustomNavbar.vue | 30 +++++--------------- src/static/tabs/cart_default.png | Bin 1056 -> 4271 bytes src/static/tabs/cart_selected.png | Bin 1143 -> 5005 bytes src/static/tabs/category_default.png | Bin 937 -> 5253 bytes src/static/tabs/category_selected.png | Bin 1017 -> 6063 bytes src/static/tabs/home_default.png | Bin 858 -> 3772 bytes src/static/tabs/home_selected.png | Bin 908 -> 4378 bytes src/static/tabs/qr_code.png | Bin 3742 -> 0 bytes src/static/tabs/user_default.png | Bin 1090 -> 4145 bytes src/static/tabs/user_selected.png | Bin 1174 -> 4651 bytes src/uni.scss | 4 ++- 12 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 src/static/tabs/qr_code.png diff --git a/src/pages.json b/src/pages.json index b8ced69..2c0f778 100644 --- a/src/pages.json +++ b/src/pages.json @@ -60,7 +60,7 @@ // 设置 TabBar https://uniapp.dcloud.net.cn/collocation/pages.html#tabbar "tabBar": { "color": "#333", - "selectedColor": "#18c7ff", + "selectedColor": "#27BA9B", "backgroundColor": "#fff", "borderStyle": "white", "spacing": "5px", diff --git a/src/pages/index/components/CustomNavbar.vue b/src/pages/index/components/CustomNavbar.vue index 6e9d704..ec45586 100644 --- a/src/pages/index/components/CustomNavbar.vue +++ b/src/pages/index/components/CustomNavbar.vue @@ -6,10 +6,7 @@ const { safeAreaInsets } = uni.getSystemInfoSync()