{
  "pages": [
    "pages/index/index",    
    "pages/my/all-appointment/all-appointment",
    "pages/index/confirm-appointment-info/confirm-appointment-info",
    "pages/start/start",
    "pages/logs/logs",
    "pages/clock/clock",
    "pages/my/my",
    "pages/index/phone-code/phone-code",
    "pages/index/activity-detail/activity-detail",
    "pages/index/go-appointment/go-appointment",
    "pages/index/confirm-appointment-info/add-student/add-student"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#3FA9F5",
    "navigationBarTitleText": "科学队长实验室",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "color": "#6F6F6F",
    "selectedColor": "#5AB7F9",
    "borderStyle": "black",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "/images/home0.png",
        "selectedIconPath": "/images/home1.png"
      },
      {
        "pagePath": "pages/clock/clock",
        "text": "打卡",
        "iconPath": "/images/clock0.png",
        "selectedIconPath": "/images/clock1.png"
      },
      {
        "pagePath": "pages/my/my",
        "text": "我的",
        "iconPath": "/images/my0.png",
        "selectedIconPath": "/images/my1.png"
      }
    ]
  }
}