随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

2 anos atrás
2 anos atrás
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/more/more",
  5. "components/UserPrivacyDialog/index",
  6. "pages/bluetooth/bluetooth",
  7. "pages/devicedetail/index"
  8. ],
  9. "permission": {
  10. "scope.userLocation": {
  11. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  12. }
  13. },
  14. "window": {
  15. "backgroundTextStyle": "dark",
  16. "navigationBarBackgroundColor": "#1772cb",
  17. "navigationBarTitleText": "随手精灵",
  18. "navigationBarTextStyle": "white"
  19. },
  20. "tabBar": {
  21. "color": "#7A7E83",
  22. "selectedColor": "#13227a",
  23. "backgroundColor": "#ffffff",
  24. "list": [{
  25. "pagePath": "pages/home/home",
  26. "iconPath": "images/icon/icon_home.png",
  27. "selectedIconPath": "images/icon/icon_home_active.png",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/more/more",
  32. "iconPath": "images/icon/icon_more.png",
  33. "selectedIconPath": "images/icon/icon_more_active.png",
  34. "text": "更多"
  35. },
  36. {
  37. "pagePath": "pages/bluetooth/bluetooth",
  38. "iconPath": "images/icon/icon_more.png",
  39. "selectedIconPath": "images/icon/icon_more_active.png",
  40. "text": "蓝牙"
  41. }
  42. ]
  43. },
  44. "networkTimeout": {
  45. "request": 10000,
  46. "downloadFile": 10000
  47. },
  48. "plugins": {
  49. "ppScale-plugin": {
  50. "version": "1.2.3",
  51. "provider": "wx0ffb48417ce6345c"
  52. }
  53. },
  54. "debug": true,
  55. "sitemapLocation": "sitemap.json",
  56. "lazyCodeLoading": "requiredComponents",
  57. "__usePrivacyCheck__": true
  58. }