{
  "pages": [
    "pages/index/index",
    "pages/chapter/chapter",
    "pages/mine/mine",
    "pages/login/login"
  ],
  "window": {
    "navigationBarBackgroundColor": "#2c6b9e",
    "navigationBarTitleText": "内科护理电子教科书",
    "navigationBarTextStyle": "white",
    "backgroundColor": "#f5f6fa"
  },
  "tabBar": {
    "color": "#999",
    "selectedColor": "#2c6b9e",
    "backgroundColor": "#fff",
    "borderStyle": "white",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "images/home.png",
        "selectedIconPath": "images/home-active.png"
      },
      {
        "pagePath": "pages/mine/mine",
        "text": "我的",
        "iconPath": "images/mine.png",
        "selectedIconPath": "images/mine-active.png"
      }
    ]
  },
  "sitemapLocation": "sitemap.json"
}
