{ "pages": [ "pages/splash/splash", "pages/login/login", "pages/register/register", "pages/index/index", "pages/listen/listen", "pages/bookshelf/bookshelf", "pages/profile/profile", "pages/category/category", "pages/book-detail/book-detail", "pages/ranking/ranking", "pages/hot-books/hot-books", "pages/new-books/new-books", "pages/vip-books/vip-books", "pages/more-books/more-books", "pages/search/search", "pages/listen-detail/listen-detail", "pages/hot-listen/hot-listen", "pages/audio-novel/audio-novel", "pages/portable-listen/portable-listen", "pages/browsing-history/browsing-history", "pages/reading-rank/reading-rank", "pages/edit-profile/edit-profile", "pages/text-edit/text-edit", "pages/book-cover/book-cover", "pages/reader/reader", "pages/player/player", "pages/more-listen-books/more-listen-books", "pages/messages/messages", "pages/feedback/feedback", "pages/vip-records/vip-records", "pages/notes/notes", "pages/settings/settings", "pages/vip/vip", "pages/payment/payment", "pages/about/about", "pages/write-review/write-review" ], "window": { "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": "我的" } ] }, "usingComponents": {} }