{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": false } }, { "path": "pages/novel/list", "style": { "navigationBarTitleText": "小说", "enablePullDownRefresh": false } }, { "path": "pages/bookshelf/index", "style": { "navigationBarTitleText": "我的书架" } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/novel/reader", "style": { "navigationBarTitleText": "阅读器", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/register/index", "style": { "navigationBarTitleText": "注册" } } ], "tabBar": { "color": "#7a7e83", "selectedColor": "#3a8ee6", "backgroundColor": "#ffffff", "borderStyle": "black", "height": "120rpx", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/tabbar/home.png", "selectedIconPath": "/static/tabbar/home_selected.png", "text": "首页" }, { "pagePath": "pages/novel/list", "iconPath": "/static/tabbar/novel.png", "selectedIconPath": "/static/tabbar/novel_selected.png", "text": "小说" }, { "pagePath": "pages/bookshelf/index", "iconPath": "/static/tabbar/bookshelf.png", "selectedIconPath": "/static/tabbar/bookshelf_selected.png", "text": "书架" }, { "pagePath": "pages/me/index", "iconPath": "/static/tabbar/mine.png", "selectedIconPath": "/static/tabbar/mine_selected.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "哎呀免费小说", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F5F5F5", "app-plus": { "titleNView": false } } }