| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- "pages/home/home",
- "pages/index/index",
- "pages/logs/logs",
- "pages/list/list",
- "pages/my/my"
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "你好",
- "navigationBarBackgroundColor": "#f00",
- "navigationStyle": "default"
- },
- "tabBar": {
- "custom": false,
- "color": "#000000",
- "selectedColor": "#f00",
- "backgroundColor": "#fff",
- "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"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "/icon/my.png",
- "selectedIconPath": "/icon/my1.png"
- }
- ]
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|