| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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"
- ],
- "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"
- }
|