app.json 899 Bytes
{
  "pages": [
    "pages/monitor/monitor",
    "pages/home/home",
    "pages/detail/detail"
  ],
  "tabBar": {
    "color": "#323241",
    "selectedColor": "#0057C4",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/monitor/monitor",
        "text": "监控",
        "iconPath": "./img/monitor.png",
        "selectedIconPath": "./img/monitorSelected.png"
      },
      {
        "pagePath": "pages/home/home",
        "text": "我的",
        "iconPath": "./img/home.png",
        "selectedIconPath": "./img/homeSelected.png"
      }
    ]
  },
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarTextStyle": "black",
    "navigationBarBackgroundColor": "#ffffff",
    "navigationStyle": "custom",
    "enablePullDownRefresh": true
  },
  "usingComponents": {
  },
  "componentFramework": "glass-easel",
  "lazyCodeLoading": "requiredComponents"
}