manifest.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name" : "WeGoodCharger",
  3. "appid" : "__UNI__60E8019",
  4. "description" : "",
  5. "versionName" : "1.0.9",
  6. "versionCode" : 109,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueCompiler" : "uni-app",
  11. "splashscreen" : {
  12. "alwaysShowBeforeRender" : true,
  13. "waiting" : true,
  14. "autoclose" : true,
  15. "delay" : 0
  16. },
  17. "compatible" : {
  18. "ignoreVersion" : true
  19. },
  20. "modules" : {
  21. "Bluetooth" : {},
  22. "Barcode" : {},
  23. "Geolocation" : {},
  24. "Camera" : {},
  25. "Payment" : {}
  26. },
  27. "distribute" : {
  28. "android" : {
  29. "schemes" : {},
  30. "permissions" : [
  31. "<uses-feature android:name=\"android.hardware.camera\"/>",
  32. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  33. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  34. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  35. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  36. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  37. "<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
  38. "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>",
  39. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  40. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  41. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  42. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  43. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  44. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  45. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  46. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  48. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  49. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  50. ]
  51. },
  52. "ios" : {
  53. "dSYMs" : false,
  54. "idfa" : false,
  55. "privacyDescription" : {
  56. "NSLocationWhenInUseUsageDescription" : "To connect the charging cable",
  57. "NSLocationAlwaysUsageDescription" : "To connect the charging cable",
  58. "NSLocationAlwaysAndWhenInUseUsageDescription" : "To connect the charging cable",
  59. "NSBluetoothPeripheralUsageDescription" : "To connect the charging cable",
  60. "NSBluetoothAlwaysUsageDescription" : "To connect the charging cable",
  61. "NSPhotoLibraryUsageDescription" : "To link the charging gun to your account",
  62. "NSPhotoLibraryAddUsageDescription" : "To link the charging gun to your account",
  63. "NSCameraUsageDescription" : "To link the charging gun to your account"
  64. }
  65. },
  66. "sdkConfigs" : {
  67. "ad" : {},
  68. "geolocation" : {
  69. "system" : {
  70. "__platform__" : [ "ios", "android" ]
  71. }
  72. },
  73. "payment" : {
  74. "alipay" : {
  75. "__platform__" : [ "ios", "android" ]
  76. }
  77. }
  78. },
  79. "icons" : {
  80. "android" : {
  81. "hdpi" : "unpackage/res/icons/72x72.png",
  82. "xhdpi" : "unpackage/res/icons/96x96.png",
  83. "xxhdpi" : "unpackage/res/icons/144x144.png",
  84. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  85. },
  86. "ios" : {
  87. "appstore" : "unpackage/res/icons/1024x1024.png",
  88. "ipad" : {
  89. "app" : "unpackage/res/icons/76x76.png",
  90. "app@2x" : "unpackage/res/icons/152x152.png",
  91. "notification" : "unpackage/res/icons/20x20.png",
  92. "notification@2x" : "unpackage/res/icons/40x40.png",
  93. "proapp@2x" : "unpackage/res/icons/167x167.png",
  94. "settings" : "unpackage/res/icons/29x29.png",
  95. "settings@2x" : "unpackage/res/icons/58x58.png",
  96. "spotlight" : "unpackage/res/icons/40x40.png",
  97. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  98. },
  99. "iphone" : {
  100. "app@2x" : "unpackage/res/icons/120x120.png",
  101. "app@3x" : "unpackage/res/icons/180x180.png",
  102. "notification@2x" : "unpackage/res/icons/40x40.png",
  103. "notification@3x" : "unpackage/res/icons/60x60.png",
  104. "settings@2x" : "unpackage/res/icons/58x58.png",
  105. "settings@3x" : "unpackage/res/icons/87x87.png",
  106. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  107. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  108. }
  109. }
  110. }
  111. }
  112. },
  113. "quickapp" : {},
  114. "mp-weixin" : {
  115. "appid" : "wx22f05b8b2eb23678",
  116. "setting" : {
  117. "urlCheck" : false,
  118. "es6" : false,
  119. "minified" : true,
  120. "postcss" : true
  121. },
  122. "optimization" : {
  123. "subPackages" : true
  124. },
  125. "usingComponents" : true
  126. },
  127. "vueVersion" : "2",
  128. "h5" : {
  129. "template" : "static/index.html",
  130. "devServer" : {
  131. "port" : 443,
  132. "https" : false
  133. },
  134. "title" : "charger",
  135. "router" : {
  136. "mode" : "hash",
  137. "base" : "./"
  138. },
  139. "sdkConfigs" : {
  140. "maps" : {}
  141. }
  142. },
  143. "locale" : "zh-Hans",
  144. "fallbackLocale" : "zh-Hans",
  145. "mp-alipay" : {
  146. "appid" : "2021004132627013",
  147. "usingComponents" : true,
  148. "plugins" : {
  149. "xlightPlugin" : {
  150. "version" : "*",
  151. "provider" : "2021003196619202"
  152. },
  153. "couponPlugin" : {
  154. "version" : "*",
  155. "provider" : "2021002172680015"
  156. }
  157. }
  158. }
  159. }