1234567891011121314151617181920212223242526272829303132333435 |
- {
- "pages": [
- "pages/rili/index",
- "pages/index/index",
- "pages/user/index/index"
-
- ],
- "tabBar": {
- "color": "#6e6d6b",
- "selectedColor": "#ff9966",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/rili/index",
- "text": "日历",
- "iconPath": "/assets/tabBar/record.png",
- "selectedIconPath": "/assets/tabBar/record-select.png"
- },
- {
- "pagePath": "pages/user/index/index",
- "text": "我的",
- "iconPath": "/assets/tabBar/my.png",
- "selectedIconPath": "/assets/tabBar/my-select.png"
- }
- ]
- },
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "莅临&外出",
- "navigationBarTextStyle": "black",
- "backgroundTextStyle": "dark"
- },
- "sitemapLocation": "sitemap.json"
- }
|