{
  "pages": [
    "pages/main/main",
    "pages/luckincoffee/luckincoffee",
    "pages/devicedetail/devicedetail",
    "pages/help/help",
    "pages/qrcode/qrcode",
    "pages/characteristic/characteristic"
  ],
  "window": {
    "navigationStyle": "default",
    "navigationBarBackgroundColor": "#d2e1ff",
    "navigationBarTextStyle": "black"
  },
  "rendererOptions": {
    "skyline": {
      "defaultDisplayBlock": true,
      "disableABTest": true,
      "sdkVersionBegin": "3.0.0",
      "sdkVersionEnd": "15.255.255"
    }
  },
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents",
  "usingComponents": {},
  "useExtendedLib": {
    "weui": true
  },
  "tabBar": {
    "custom": false,
    "color": "#999999",
    "backgroundColor": "#ffffff",
    "selectedColor": "#0191F1",
    "list": [
      {
        "pagePath": "pages/main/main",
        "text": "设备",
        "iconPath": "/assets/tab-icons/normal/home.png",
        "selectedIconPath": "/assets/tab-icons/selected/home.png"
      },
      {
        "pagePath": "pages/luckincoffee/luckincoffee",
        "text": "瑞幸",
        "iconPath": "/assets/tab-icons/normal/luckin.png",
        "selectedIconPath": "/assets/tab-icons/selected/luckin.png"
      },
      {
        "pagePath": "pages/help/help",
        "text": "帮助",
        "iconPath": "/assets/tab-icons/normal/help.png",
        "selectedIconPath": "/assets/tab-icons/selected/help.png"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": "获取定位权限进行蓝牙设备连接"
    }
  },
  "__usePrivacyCheck__": true
}