From 3d984d15afbdcc75234b462049b133ec3b7d5681 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Fri, 22 Aug 2025 14:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomTabBar.vue | 57 ++++++++++++++++++--------- components/MusicControl.vue | 2 +- pages/index/iSoul.vue | 2 - pages/index/index.vue | 38 +++++++++--------- static/image/tabbar/agent.png | Bin 0 -> 5163 bytes static/image/tabbar/agent_select.png | Bin 0 -> 3363 bytes static/image/tabbar/book.png | Bin 0 -> 5946 bytes static/image/tabbar/book_select.png | Bin 0 -> 3875 bytes static/image/tabbar/home.png | Bin 0 -> 3665 bytes static/image/tabbar/home_select.png | Bin 0 -> 2398 bytes static/image/tabbar/isoul.png | Bin 0 -> 4380 bytes static/image/tabbar/isoul_select.png | Bin 0 -> 2622 bytes static/image/tabbar/time.png | Bin 0 -> 5889 bytes static/image/tabbar/time_select.png | Bin 0 -> 3761 bytes 14 files changed, 59 insertions(+), 40 deletions(-) create mode 100644 static/image/tabbar/agent.png create mode 100644 static/image/tabbar/agent_select.png create mode 100644 static/image/tabbar/book.png create mode 100644 static/image/tabbar/book_select.png create mode 100644 static/image/tabbar/home.png create mode 100644 static/image/tabbar/home_select.png create mode 100644 static/image/tabbar/isoul.png create mode 100644 static/image/tabbar/isoul_select.png create mode 100644 static/image/tabbar/time.png create mode 100644 static/image/tabbar/time_select.png diff --git a/components/CustomTabBar.vue b/components/CustomTabBar.vue index d64bf8e..d3f1d85 100644 --- a/components/CustomTabBar.vue +++ b/components/CustomTabBar.vue @@ -1,22 +1,25 @@