app.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/about/about",
  6. "pages/repeat/repeat",
  7. "pages/deviceWake/deviceWake",
  8. "pages/channelDetails/channelDetails",
  9. "pages/deviceConnect3/deviceConnect3",
  10. "pages/deviceConnect0/deviceConnect0",
  11. "pages/deviceConnect2/deviceConnect2",
  12. "pages/deviceConnect1/deviceConnect1",
  13. "pages/download/download",
  14. "pages/wakeList/wakeList",
  15. "pages/aboutInfo/aboutInfo",
  16. "pages/deviceList/deviceList",
  17. "pages/deviceConMode/index",
  18. "pages/connectBle/connectBle",
  19. "pages/deviceDetail/detail",
  20. "pages/piano/wallpaper/wallpaper",
  21. "pages/ota/ota",
  22. "pages/blueDemos/blueDemos"
  23. ],
  24. "window": {
  25. "backgroundTextStyle": "light",
  26. "navigationBarBackgroundColor": "#fff",
  27. "backgroundColor": "#fff",
  28. "navigationBarTitleText": "Weixin",
  29. "navigationBarTextStyle": "black",
  30. "navigationStyle": "custom"
  31. },
  32. "networkTimeout": {
  33. "request": 20000,
  34. "connectSocket": 20000,
  35. "uploadFile": 20000,
  36. "downloadFile": 20000
  37. },
  38. "style": "v2",
  39. "sitemapLocation": "sitemap.json",
  40. "requiredPrivateInfos": [
  41. "getFuzzyLocation"
  42. ],
  43. "deviceOrientation": "portrait",
  44. "permission": {
  45. "scope.userLocation": {
  46. "desc": "你的旧版本的位置信息将用于小程序位置接口的效果展示"
  47. },
  48. "scope.userFuzzyLocation": {
  49. "desc": "你的模糊位置信息将用于小程序位置接口的效果展示"
  50. },
  51. "scope.bluetooth": {
  52. "desc": "需要蓝牙进行连接手柄"
  53. },
  54. "scope.userInfo": {
  55. "desc": "需要用户同意授权隐私信息,确保蓝牙功能可用"
  56. }
  57. }
  58. }