| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/register/register",
- "pages/detail/detail",
- "pages/read/read",
- "pages/audio/audio",
- "pages/profile/profile",
- "pages/bookshelf/bookshelf",
- "pages/history/history",
- "pages/chat/chat",
- "pages/settings/settings",
- "pages/thirdPartyContent/thirdPartyContent",
- "pages/thirdPartyContentEdit/thirdPartyContentEdit"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "听书阅读",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f5f5f5"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#667eea",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "images/home.png",
- "selectedIconPath": "images/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/bookshelf/bookshelf",
- "iconPath": "images/bookshelf.png",
- "selectedIconPath": "images/bookshelf-active.png",
- "text": "书架"
- },
- {
- "pagePath": "pages/profile/profile",
- "iconPath": "images/profile.png",
- "selectedIconPath": "images/profile-active.png",
- "text": "我的"
- }
- ]
- },
- "style": "v2",
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|