12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages": [
- "pages/home/home",
- "pages/list/list",
- "pages/detail/detail"
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "你好",
- "navigationBarBackgroundColor": "#ff0000",
- "navigationStyle": "default"
- },
- "tabBar": {
- "custom": false,
- "color": "#000000",
- "selectedColor": "#ff0000",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "/icon/home.png",
- "selectedIconPath": "/icon/home1.png"
- },
- {
- "pagePath": "pages/list/list",
- "text": "列表",
- "iconPath": "/icon/shop.png",
- "selectedIconPath": "/icon/shop1.png"
- }
- ]
- },
- "usingComponents": {},
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|