ailink ble wifi 小程序配网演示demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.json 463B

123456789101112131415161718192021
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/wifiList/wifiList"
  5. ],
  6. "window": {
  7. "navigationBarBackgroundColor": "#0082FE",
  8. "navigationBarTextStyle": "white",
  9. "navigationBarTitleText": "蓝牙连接Demo",
  10. "backgroundColor": "#eeeeee",
  11. "backgroundTextStyle": "light"
  12. },
  13. "plugins": {
  14. "sdkPlugin": {
  15. "version": "1.1.2",
  16. "provider": "wx17e93aad47cdae1a"
  17. }
  18. },
  19. "style": "v2",
  20. "sitemapLocation": "sitemap.json"
  21. }