| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- "pages/home/home",
- "pages/movie/movie",
- "pages/my/my",
- "pages/index/index",
- "pages/logs/logs",
- "pages/detail/detail"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "Weixin",
- "navigationBarBackgroundColor": "#ffffff"
- },
- "tabBar": {
- "custom": false,
- "color": "#000000",
- "selectedColor": "#ff0000",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "/images/home.png",
- "selectedIconPath": "/images/home_actived.png"
- },
- {
- "pagePath": "pages/movie/movie",
- "text": "电影",
- "iconPath": "/images/film.png",
- "selectedIconPath": "/images/film_actived.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "/images/me.png",
- "selectedIconPath": "/images/me_actived.png"
- }
- ]
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|