From 057147d385725865d794e0337af18b423bb90d98 Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Fri, 22 May 2026 14:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E6=94=B9=E7=89=88-=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar/tabbar.vue | 56 +- pages.json | 6 + pages/home/components/brand-card.vue | 203 ++++ pages/home/home.vue | 1215 +++++++++++++++------ static/images/tabbar/new_home.png | Bin 10121 -> 15920 bytes static/images/tabbar/new_home_gray.png | Bin 5901 -> 3739 bytes static/images/tabbar/new_message.png | Bin 4354 -> 15646 bytes static/images/tabbar/new_message_gray.png | Bin 3405 -> 4590 bytes static/images/tabbar/new_my.png | Bin 11842 -> 16122 bytes static/images/tabbar/new_my_gray.png | Bin 7798 -> 4071 bytes static/images/tabbar/new_order.png | Bin 10395 -> 15597 bytes static/images/tabbar/new_order_gray.png | Bin 5722 -> 3573 bytes 12 files changed, 1102 insertions(+), 378 deletions(-) create mode 100644 pages/home/components/brand-card.vue diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue index 6bbe3f5..2cbb408 100644 --- a/components/tabbar/tabbar.vue +++ b/components/tabbar/tabbar.vue @@ -1,7 +1,9 @@