123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "pages": [
- "pages/index/index",
- "pages/status/status",
- "pages/mine/mine",
- "pages/myRecord/myRecord",
- "pages/setting/setting",
- "pages/firstSetting/firstSetting"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "美多经期助手",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 10
- },
- "tabBar": {
- "color": "#666",
- "selectedColor": "#333",
- "borderStyle": "#aaa",
- "backgroundColor": "#f8f8f9",
- "list": [
- {
- "selectedIconPath": "pages/tabicon/index-on.png",
- "iconPath": "pages/tabicon/index.png",
- "pagePath": "pages/status/status",
- "text": "状态"
- },
- {
- "selectedIconPath": "pages/tabicon/calculate-on.png",
- "iconPath": "pages/tabicon/calculate.png",
- "pagePath": "pages/index/index",
- "text": "日历"
- },
- {
- "selectedIconPath": "pages/tabicon/mine-on.png",
- "iconPath": "pages/tabicon/mine.png",
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "debug": true
- }
|