电速宝
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

app.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/setup/index",
  5. "pages/tool/index",
  6. "pages/equipment/index"
  7. ],
  8. "requiredBackgroundModes": ["location"],
  9. "requiredPrivateInfos": [
  10. "getLocation",
  11. "onLocationChange",
  12. "startLocationUpdate",
  13. "startLocationUpdateBackground"
  14. ],
  15. "permission": {
  16. "scope.userLocation": {
  17. "desc": "你的位置信息将用于展示轨迹和计算距离"
  18. },
  19. "scope.setClipboardData": {
  20. "desc": "用于复制内容到剪贴板,方便用户分享或使用"
  21. },
  22. "scope.userLocationBackground": {
  23. "desc": "你的位置信息将用于小程序后台定位功能"
  24. },
  25. "scope.phoneNumber": {
  26. "desc": "为了快速完成账号注册与登录,验证您的身份信息,保障账号安全,我们需要获取您的手机号。我们将严格按照隐私政策保护您的信息,不会用于其他用途。"
  27. }
  28. },
  29. "window": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "电速宝",
  32. "navigationBarBackgroundColor": "#ffffff"
  33. },
  34. "plugins": {
  35. "route-plan": {
  36. "version": "2.0.1",
  37. "provider": "wx50b5593e81dd937a"
  38. }
  39. },
  40. "componentFramework": "glass-easel",
  41. "sitemapLocation": "sitemap.json",
  42. "lazyCodeLoading": "requiredComponents",
  43. "__usePrivacyCheck__": true,
  44. "tabBar": {
  45. "selectedColor": "#00C775",
  46. "list": [
  47. {
  48. "pagePath": "pages/index/index",
  49. "text": "首页",
  50. "iconPath": "static/111.png",
  51. "selectedIconPath": "static/222.png"
  52. },
  53. {
  54. "pagePath": "pages/tool/index",
  55. "text": "订单",
  56. "iconPath": "static/55.png",
  57. "selectedIconPath": "static/66.png"
  58. },
  59. {
  60. "pagePath": "pages/setup/index",
  61. "text": "我的",
  62. "iconPath": "static/7.png",
  63. "selectedIconPath": "static/8.png"
  64. }
  65. ]
  66. },
  67. "subpackages": [
  68. {
  69. "root": "package-user",
  70. "name": "user",
  71. "pages": [
  72. "pages/login/index",
  73. "pages/privacy/index",
  74. "pages/userlist/index",
  75. "pages/captcha/index",
  76. "pages/slide-confirm/index"
  77. ]
  78. },
  79. {
  80. "root": "package-order",
  81. "name": "order",
  82. "pages": [
  83. "pages/createorder/index",
  84. "pages/driver/index",
  85. "pages/address/index",
  86. "pages/newaddress/index",
  87. "pages/mapSelect/index"
  88. ]
  89. },
  90. {
  91. "root": "package-setup",
  92. "name": "setup",
  93. "pages": [
  94. "pages/setuplevel/index"
  95. ]
  96. },
  97. {
  98. "root": "package-map",
  99. "name": "map",
  100. "pages": [
  101. "pages/map/index"
  102. ]
  103. }
  104. ]
  105. }