manifest.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "name" : "畅运通",
  3. "appid" : "__UNI__9C76CB6",
  4. "description" : "",
  5. "versionName" : "1.2.4",
  6. "versionCode" : 124,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "compatible" : {
  11. "ignoreVersion" : true
  12. },
  13. "usingComponents" : true,
  14. "nvueStyleCompiler" : "智运",
  15. "compilerVersion" : 3,
  16. "splashscreen" : {
  17. "alwaysShowBeforeRender" : true,
  18. "waiting" : true,
  19. "autoclose" : true,
  20. "delay" : 0
  21. },
  22. /* 模块配置 */
  23. "modules" : {
  24. "Geolocation" : {},
  25. "Maps" : {},
  26. "Camera" : {}
  27. },
  28. /* 应用发布信息 */
  29. "distribute" : {
  30. /* android打包配置 */
  31. "android" : {
  32. "permissions" : [
  33. "<uses-feature android:name=\"android.hardware.camera\"/>",
  34. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  35. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  36. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  37. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  38. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  40. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  41. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  42. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  44. "<uses-permission android:name=\"android.permission.GET_PACKAGE_SIZE\"/>",
  45. "<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
  46. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  47. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  48. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  49. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  50. "<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>",
  51. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  52. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  53. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  54. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  55. ],
  56. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
  57. },
  58. /* ios打包配置 */
  59. "ios" : {
  60. "dSYMs" : false
  61. },
  62. /* SDK配置 */
  63. "sdkConfigs" : {
  64. "ad" : {},
  65. "maps" : {
  66. "amap" : {
  67. "appkey_ios" : "450806e9eef29de257faad3a06ec7e9a",
  68. "appkey_android" : "dc40c1be0513c1c8e01eb560318dbc68"
  69. }
  70. },
  71. "geolocation" : {
  72. "amap" : {
  73. "__platform__" : [ "ios", "android" ],
  74. "appkey_ios" : "450806e9eef29de257faad3a06ec7e9a",
  75. "appkey_android" : "dc40c1be0513c1c8e01eb560318dbc68"
  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. "nativePlugins" : {
  113. "FUN-AmapLocation" : {
  114. "__plugin_info__" : {
  115. "name" : "持续定位、后台定位、高德定位",
  116. "description" : "持续定位、后台定位、高德定位, 后台保活,购前先测是否符合需求[反馈819589789@qq.com] ",
  117. "platforms" : "Android",
  118. "url" : "https://ext.dcloud.net.cn/plugin?id=2018",
  119. "android_package_name" : "uni.UNI9C76CB6",
  120. "ios_bundle_id" : "uni.UNI9C76CB6",
  121. "isCloud" : true,
  122. "bought" : 1,
  123. "pid" : "2018",
  124. "parameters" : {}
  125. }
  126. },
  127. "AJ-Alert" : {
  128. "__plugin_info__" : {
  129. "name" : "原生 弹窗 Alert 提示框 dialog 支持苹果安卓",
  130. "description" : "uni的showModel样式单一,直接写vue弹窗又遮盖不了原生的组件,这是一个优化原生弹窗api",
  131. "platforms" : "Android,iOS",
  132. "url" : "https://ext.dcloud.net.cn/plugin?id=1664",
  133. "android_package_name" : "uni.UNI9C76CB6",
  134. "ios_bundle_id" : "uni.UNI9C76CB6",
  135. "isCloud" : true,
  136. "bought" : 1,
  137. "pid" : "1664",
  138. "parameters" : {}
  139. }
  140. },
  141. "Hdgq-LocSdkWX" : {
  142. "__plugin_info__" : {
  143. "name" : "部网络货运信息交互系统位置信息SDK插件V2高德版(Android和iOS)",
  144. "description" : "部网络货运信息交互系统位置信息插件2.1.1,高德定位版本,支持Android和iOS,有问题联系qq:568647409,qq群:1042037517",
  145. "platforms" : "Android,iOS",
  146. "url" : "https://ext.dcloud.net.cn/plugin?id=2648",
  147. "android_package_name" : "uni.UNI9C76CB6",
  148. "ios_bundle_id" : "uni.UNI9C76CB6",
  149. "isCloud" : true,
  150. "bought" : 1,
  151. "pid" : "2648",
  152. "parameters" : {}
  153. }
  154. }
  155. }
  156. },
  157. /* 快应用特有相关 */
  158. "quickapp" : {},
  159. /* 小程序特有相关 */
  160. "mp-weixin" : {
  161. "appid" : "",
  162. "setting" : {
  163. "urlCheck" : false
  164. },
  165. "usingComponents" : true
  166. },
  167. "mp-alipay" : {
  168. "usingComponents" : true
  169. },
  170. "mp-baidu" : {
  171. "usingComponents" : true
  172. },
  173. "mp-toutiao" : {
  174. "usingComponents" : true
  175. },
  176. "uniStatistics" : {
  177. "enable" : false
  178. },
  179. "vueVersion" : "2"
  180. }
  181. /* 5+App特有相关 */