{
  "pages": [
    "pages/login/login",
    "pages/index/index",
    "pages/question/index",
    "pages/question/buyOne",
    "pages/question/buyTwo",
    "pages/question/buyThree",
    "pages/question/list",
    "pages/user/index",
    "pages/user/video",
    "pages/user/videoList",
    "pages/user/videoDetail",
    "pages/user/reset",
    "pages/user/withdrawal",
    "pages/user/team",
    "pages/user/rebate",
    "pages/user/userAgreement",
    "pages/user/privacyPolicy",
    "pages/user/aboutUs",
    "pages/study/index",
    "pages/study/detail",
    "pages/exercises/index",
    "pages/exercises/complete",
    "pages/index/detail",
    "pages/study/free",
    "pages/exercises/answerCard/answerCard",
    "pages/exercises/cuowuti/cuowuti",
    "pages/user/common",
    "pages/shijie/index",
    "pages/shijie/edit"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "题库",
    "navigationBarBackgroundColor": "#fff",
    "backgroundColor": "#fff"
  },
  "tabBar": {
    "color": "#999999",
    "selectedColor": "#2080F9",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/icon-01.png",
        "selectedIconPath": "static/icon-01-on.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/question/index",
        "iconPath": "static/icon-02.png",
        "selectedIconPath": "static/icon-02-on.png",
        "text": "刷题"
      },
      {
        "pagePath": "pages/shijie/index",
        "iconPath": "static/icon-03.png",
        "selectedIconPath": "static/icon-03-on.png",
        "text": "圈子"
      },
      {
        "pagePath": "pages/user/index",
        "iconPath": "static/icon-04.png",
        "selectedIconPath": "static/icon-04-on.png",
        "text": "我的"
      }
    ]
  },
  "usingComponents": {}
}