diff --git a/pages.json b/pages.json index b86d452..88b29f0 100644 --- a/pages.json +++ b/pages.json @@ -14,6 +14,20 @@ ] } ], + "tabBar": { + "color": "#c3c3c3", + "selectedColor": "#454c5c", + "backgroundColor": "#ffffff", + "borderStyle": "black", + "list": [ + { + "pagePath": "pages/index/index", + "text": "首页", + "iconPath": "static/assets/icon_home.png", + "selectedIconPath": "static/assets/icon_home_selected.png" + } + ] + }, "easycom": { "autoscan": true, "custom": { diff --git a/static/assets/icon_home.png b/static/assets/icon_home.png new file mode 100644 index 0000000..d74c5a2 Binary files /dev/null and b/static/assets/icon_home.png differ diff --git a/static/assets/icon_home_selected.png b/static/assets/icon_home_selected.png new file mode 100644 index 0000000..86c5c00 Binary files /dev/null and b/static/assets/icon_home_selected.png differ