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