{ "pages": [ "pages/books/main", "pages/comments/main", "pages/me/main", "pages/detail/main" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#EA5149", "navigationBarTitleText": "蜗牛图书", "navigationBarTextStyle": "black", "enablePullDownRefresh": true }, "tabBar": { "list": [ { "pagePath": "pages/books/main", "text": "图书", "iconPath": "static/img/book.png", "selectedIconPath": "static/img/book-active.png" }, { "pagePath": "pages/comments/main", "text": "评论", "iconPath": "static/img/todo.png", "selectedIconPath": "static/img/todo-active.png" }, { "pagePath": "pages/me/main", "text": "我", "iconPath": "static/img/me.png", "selectedIconPath": "static/img/me-active.png" } ] } }