From 70bb2d23eaf5f91bdb30eadd8dff11fd959331e6 Mon Sep 17 00:00:00 2001 From: Yuzhiran Dev Date: Sat, 11 Jul 2026 21:26:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20tabBar=E5=BA=95=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA4=E4=B8=AA=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages.json b/client/src/pages.json index 0121035..535f5d9 100644 --- a/client/src/pages.json +++ b/client/src/pages.json @@ -34,10 +34,10 @@ "backgroundColor": "#ffffff", "borderStyle": "white", "list": [ - {"pagePath": "pages/index/index", "text": "探索"}, - {"pagePath": "pages/chat/chat", "text": "问答"}, - {"pagePath": "pages/trend/trend", "text": "趋势"}, - {"pagePath": "pages/profile/profile", "text": "我的"} + {"pagePath": "pages/index/index", "text": "探索", "iconPath": "static/icons/explore.png", "selectedIconPath": "static/icons/explore-active.png"}, + {"pagePath": "pages/chat/chat", "text": "问答", "iconPath": "static/icons/chat.png", "selectedIconPath": "static/icons/chat-active.png"}, + {"pagePath": "pages/trend/trend", "text": "趋势", "iconPath": "static/icons/trend.png", "selectedIconPath": "static/icons/trend-active.png"}, + {"pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static/icons/profile.png", "selectedIconPath": "static/icons/profile-active.png"} ] } } \ No newline at end of file