manifest.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name" : "小橙环卫",
  3. "appid" : "__UNI__C20958D",
  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-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  27. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  28. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  29. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  30. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  31. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  32. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  34. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  35. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  36. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  37. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  38. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  39. "<uses-feature android:name=\"android.hardware.camera\"/>",
  40. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  41. ]
  42. },
  43. /* ios打包配置 */
  44. "ios" : {
  45. "dSYMs" : false
  46. },
  47. /* SDK配置 */
  48. "sdkConfigs" : {
  49. "ad" : {}
  50. },
  51. "icons" : {
  52. "android" : {
  53. "hdpi" : "unpackage/res/icons/72x72.png",
  54. "xhdpi" : "unpackage/res/icons/96x96.png",
  55. "xxhdpi" : "unpackage/res/icons/144x144.png",
  56. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  57. },
  58. "ios" : {
  59. "appstore" : "unpackage/res/icons/1024x1024.png",
  60. "ipad" : {
  61. "app" : "unpackage/res/icons/76x76.png",
  62. "app@2x" : "unpackage/res/icons/152x152.png",
  63. "notification" : "unpackage/res/icons/20x20.png",
  64. "notification@2x" : "unpackage/res/icons/40x40.png",
  65. "proapp@2x" : "unpackage/res/icons/167x167.png",
  66. "settings" : "unpackage/res/icons/29x29.png",
  67. "settings@2x" : "unpackage/res/icons/58x58.png",
  68. "spotlight" : "unpackage/res/icons/40x40.png",
  69. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  70. },
  71. "iphone" : {
  72. "app@2x" : "unpackage/res/icons/120x120.png",
  73. "app@3x" : "unpackage/res/icons/180x180.png",
  74. "notification@2x" : "unpackage/res/icons/40x40.png",
  75. "notification@3x" : "unpackage/res/icons/60x60.png",
  76. "settings@2x" : "unpackage/res/icons/58x58.png",
  77. "settings@3x" : "unpackage/res/icons/87x87.png",
  78. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  79. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  80. }
  81. }
  82. }
  83. }
  84. },
  85. /* 快应用特有相关 */
  86. "quickapp" : {},
  87. /* 小程序特有相关 */
  88. "mp-weixin" : {
  89. "appid" : "wx589a279f5507989c",
  90. "setting" : {
  91. "urlCheck" : false,
  92. "minified" : true
  93. },
  94. "usingComponents" : true,
  95. "optimization" : {
  96. "subPackages" : true
  97. },
  98. "permission" : {
  99. "scope.userLocation" : {
  100. "desc" : "涉及地图定位功能"
  101. }
  102. }
  103. },
  104. "mp-alipay" : {
  105. "usingComponents" : true
  106. },
  107. "mp-baidu" : {
  108. "usingComponents" : true
  109. },
  110. "mp-toutiao" : {
  111. "usingComponents" : true
  112. },
  113. "uniStatistics" : {
  114. "enable" : false
  115. },
  116. "vueVersion" : "2",
  117. "h5" : {
  118. "router" : {
  119. "mode" : "history",
  120. "base" : "/mobile/"
  121. },
  122. "sdkConfigs" : {
  123. "maps" : {
  124. "amap" : {
  125. "key" : "155ee14f6c3558f8d8bffd5f44be8200",
  126. "securityJsCode" : "92ca05983dee6d33ada66bb0c75b6c5b",
  127. "serviceHost" : "https://80.5000v.com/"
  128. }
  129. }
  130. },
  131. "template" : "index.html",
  132. "title" : "小橙环卫"
  133. }
  134. }