diff --git a/app/src/pages.json b/app/src/pages.json index 2afcee27..880aa935 100644 --- a/app/src/pages.json +++ b/app/src/pages.json @@ -44,20 +44,26 @@ "backgroundColor": "#F8F8F8" }, "tabBar": { - "color": "#7A7E83", - "selectedColor": "#3cc51f", + "color": "#666666", + "selectedColor": "#4173FF", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { + "iconPath": "/static/images/tabs/home.png", + "selectedIconPath": "/static/images/tabs/home_s.png", "pagePath": "pages/index/index", "text": "首页" }, { + "iconPath": "/static/images/tabs/news.png", + "selectedIconPath": "/static/images/tabs/news_s.png", "pagePath": "pages/news/news", "text": "资讯" }, { + "iconPath": "/static/images/tabs/user.png", + "selectedIconPath": "/static/images/tabs/user_s.png", "pagePath": "pages/user/user", "text": "我的" } diff --git a/app/src/static/images/tabs/home.png b/app/src/static/images/tabs/home.png new file mode 100644 index 00000000..5c58118b Binary files /dev/null and b/app/src/static/images/tabs/home.png differ diff --git a/app/src/static/images/tabs/home_s.png b/app/src/static/images/tabs/home_s.png new file mode 100644 index 00000000..c0538a7a Binary files /dev/null and b/app/src/static/images/tabs/home_s.png differ diff --git a/app/src/static/images/tabs/news.png b/app/src/static/images/tabs/news.png new file mode 100644 index 00000000..5731d465 Binary files /dev/null and b/app/src/static/images/tabs/news.png differ diff --git a/app/src/static/images/tabs/news_s.png b/app/src/static/images/tabs/news_s.png new file mode 100644 index 00000000..6663475b Binary files /dev/null and b/app/src/static/images/tabs/news_s.png differ diff --git a/app/src/static/images/tabs/user.png b/app/src/static/images/tabs/user.png new file mode 100644 index 00000000..a6d01c49 Binary files /dev/null and b/app/src/static/images/tabs/user.png differ diff --git a/app/src/static/images/tabs/user_s.png b/app/src/static/images/tabs/user_s.png new file mode 100644 index 00000000..6994a496 Binary files /dev/null and b/app/src/static/images/tabs/user_s.png differ