{ "pages": [ { "path": "pages/splash/splash", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/register/register", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "云阅读", "navigationStyle": "custom" } }, { "path": "pages/listen/listen", "style": { "navigationBarTitleText": "听书", "navigationStyle": "custom" } }, { "path": "pages/bookshelf/bookshelf", "style": { "navigationBarTitleText": "书架", "navigationStyle": "custom" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/category/category", "style": { "navigationBarTitleText": "分类", "navigationStyle": "custom" } }, { "path": "pages/book-detail/book-detail", "style": { "navigationBarTitleText": "书籍详情", "navigationStyle": "custom" } }, { "path": "pages/ranking/ranking", "style": { "navigationBarTitleText": "排行榜", "navigationStyle": "custom" } }, { "path": "pages/hot-books/hot-books", "style": { "navigationBarTitleText": "热门书籍", "navigationStyle": "custom" } }, { "path": "pages/new-books/new-books", "style": { "navigationBarTitleText": "新书榜", "navigationStyle": "custom" } }, { "path": "pages/vip-books/vip-books", "style": { "navigationBarTitleText": "VIP书籍", "navigationStyle": "custom" } }, { "path": "pages/more-books/more-books", "style": { "navigationBarTitleText": "更多推荐", "navigationStyle": "custom" } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom" } }, { "path": "pages/listen-detail/listen-detail", "style": { "navigationBarTitleText": "听书详情", "navigationStyle": "custom" } }, { "path": "pages/hot-listen/hot-listen", "style": { "navigationBarTitleText": "热门听书", "navigationStyle": "custom" } }, { "path": "pages/audio-novel/audio-novel", "style": { "navigationBarTitleText": "有声小说", "navigationStyle": "custom" } }, { "path": "pages/portable-listen/portable-listen", "style": { "navigationBarTitleText": "随身听", "navigationStyle": "custom" } }, { "path": "pages/browsing-history/browsing-history", "style": { "navigationBarTitleText": "浏览记录", "navigationStyle": "custom" } }, { "path": "pages/reading-rank/reading-rank", "style": { "navigationBarTitleText": "阅读排行", "navigationStyle": "custom" } }, { "path": "pages/edit-profile/edit-profile", "style": { "navigationBarTitleText": "编辑资料", "navigationStyle": "custom" } }, { "path": "pages/text-edit/text-edit", "style": { "navigationBarTitleText": "编辑文本", "navigationStyle": "default" } }, { "path": "pages/book-cover/book-cover", "style": { "navigationBarTitleText": "封面", "navigationStyle": "custom" } }, { "path": "pages/reader/reader", "style": { "navigationBarTitleText": "阅读", "navigationStyle": "custom" } }, { "path": "pages/player/player", "style": { "navigationBarTitleText": "播放", "navigationStyle": "custom" } }, { "path": "pages/more-listen-books/more-listen-books", "style": { "navigationBarTitleText": "更多听书", "navigationStyle": "custom" } }, { "path": "pages/messages/messages", "style": { "navigationBarTitleText": "消息", "navigationStyle": "custom" } }, { "path": "pages/feedback/feedback", "style": { "navigationBarTitleText": "意见反馈", "navigationStyle": "custom" } }, { "path": "pages/vip-records/vip-records", "style": { "navigationBarTitleText": "开通VIP记录", "navigationStyle": "custom" } }, { "path": "pages/notes/notes", "style": { "navigationBarTitleText": "笔记", "navigationStyle": "custom" } }, { "path": "pages/settings/settings", "style": { "navigationBarTitleText": "设置", "navigationStyle": "custom" } }, { "path": "pages/vip/vip", "style": { "navigationBarTitleText": "VIP会员", "navigationStyle": "custom" } }, { "path": "pages/payment/payment", "style": { "navigationBarTitleText": "支付", "navigationStyle": "custom" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "关于我们", "navigationStyle": "custom" } }, { "path": "pages/write-review/write-review", "style": { "navigationBarTitleText": "写书评", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "云阅读", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#999999", "selectedColor": "#4FC3F7", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "text": "电子书" }, { "pagePath": "pages/listen/listen", "text": "听书" }, { "pagePath": "pages/bookshelf/bookshelf", "text": "书架" }, { "pagePath": "pages/profile/profile", "text": "我的" } ] }, "uniIdRouter": {} }