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