manifest.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name" : "yl",
  3. "appid" : "__UNI__EBBEE51",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* 模块配置 */
  20. "modules" : {},
  21. /* 应用发布信息 */
  22. "distribute" : {
  23. /* android打包配置 */
  24. "android" : {
  25. "permissions" : [
  26. "<uses-feature android:name=\"android.hardware.camera\"/>",
  27. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  28. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  29. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  30. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  31. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  32. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  33. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  34. ]
  35. },
  36. /* ios打包配置 */
  37. "ios" : {},
  38. /* SDK配置 */
  39. "sdkConfigs" : {
  40. "maps" : {
  41. "amap" : {
  42. "appkey_ios" : "",
  43. "appkey_android" : ""
  44. }
  45. }
  46. }
  47. }
  48. },
  49. /* 快应用特有相关 */
  50. "quickapp" : {},
  51. /* 小程序特有相关 */
  52. "mp-weixin" : {
  53. "appid" : "wx1c015df104db7030",
  54. "setting" : {
  55. "urlCheck" : false,
  56. "es6" : true,
  57. "minified" : true,
  58. "postcss" : true
  59. },
  60. "usingComponents" : true,
  61. "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
  62. "permission" : {
  63. "scope.userLocation" : {
  64. "desc" : "获取您的位置信息"
  65. }
  66. },
  67. "libVersion" : "latest"
  68. },
  69. "mp-alipay" : {
  70. "usingComponents" : true
  71. },
  72. "mp-baidu" : {
  73. "usingComponents" : true
  74. },
  75. "mp-toutiao" : {
  76. "usingComponents" : true
  77. },
  78. "uniStatistics" : {
  79. "enable" : false
  80. },
  81. "vueVersion" : "2",
  82. "h5" : {
  83. "sdkConfigs" : {
  84. "maps" : {}
  85. }
  86. }
  87. }