12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/home/home",
- "pages/list/list",
- "pages/my/my"
- ],
- "window": {
- "navigationStyle": "default",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "豆瓣",
- "navigationBarBackgroundColor": "#ff0000"
- },
- "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/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"
- }
|