{
  "root": "pages",
  "pages": [
    "pages/index/index",
    "pages/log/log"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "首页",
    "navigationBarTextStyle": "black"
  },
  "sitemapLocation": "sitemap.json",
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#0097e0",
    "borderStyle": "black",
    "backgroundColor": "#fff",
    "list": [{
      "pagePath": "pages/index/index",
      "text": "首页",
      "iconPath": "assets/icon-01.png",
      "selectedIconPath": "assets/icon-01-hover.png"
    },{
      "pagePath": "pages/log/log",
      "text": "事件",
      "iconPath": "assets/icon-02.png",
      "selectedIconPath": "assets/icon-02-hover.png"
    }]
  }
}