manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name" : "库比森轮胎-车主",
  3. "appid" : "__UNI__F0875D6",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : 100,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. /* 5+App特有相关 */
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "nvueStyleCompiler" : "uni-app",
  13. "splashscreen" : {},
  14. "modules" : {},
  15. "permissions" : {}
  16. },
  17. /* SDK配置 */
  18. "quickapp" : {},
  19. /* 快应用特有相关 */
  20. "mp-weixin" : {
  21. /* 小程序特有相关 */
  22. "appid" : "wx93f58c9f589e1aa1",
  23. "setting" : {
  24. "urlCheck" : false,
  25. "postcss" : true,
  26. "minified" : true,
  27. "ignoreDevUnusedFiles" : false
  28. },
  29. "usingComponents" : true,
  30. "__usePrivacyCheck__" : true,
  31. "permission" : {
  32. "scope.camera" : {
  33. "desc" : "需要您的摄像头权限用于拍照上传头像"
  34. },
  35. "scope.album" : {
  36. "desc" : "需要您的相册权限用于选择头像图片"
  37. }
  38. },
  39. "requiredPrivateInfos" : [ "startLocationUpdate", "onLocationChange", "chooseLocation" ]
  40. },
  41. "vueVersion" : "2"
  42. }