manifest.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. {
  2. "name" : "智控",
  3. "appid" : "__UNI__DBA6730",
  4. "description" : "",
  5. "versionName" : "1.11.0",
  6. "versionCode" : 1110,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "softinput" : {
  11. "mode" : "adjustPan",
  12. "softinputMode" : "adjustResize"
  13. },
  14. "usingComponents" : true,
  15. "nvueCompiler" : "uni-app",
  16. "compilerVersion" : 3,
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : true,
  19. "waiting" : true,
  20. "autoclose" : true,
  21. "delay" : 0
  22. },
  23. "compatible" : {
  24. "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
  25. },
  26. /* 模块配置 */
  27. "modules" : {
  28. "Webview-x5" : {},
  29. "Maps" : {},
  30. "VideoPlayer" : {},
  31. "LivePusher" : {},
  32. "Geolocation" : {},
  33. "Camera" : {}
  34. },
  35. /* 应用发布信息 */
  36. "distribute" : {
  37. /* android打包配置 */
  38. "android" : {
  39. "permissions" : [
  40. "<uses-feature android:name=\"android.hardware.camera\"/>",
  41. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  42. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  43. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  44. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  45. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  46. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  47. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  48. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  49. "<uses-permission android:name=\"android.permission.CHANGE_COMPONENT_ENABLED_STATE\"/>",
  50. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  51. "<uses-permission android:name=\"android.permission.DISABLE_KEYGUARD\"/>",
  52. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  53. "<uses-permission android:name=\"android.permission.INSTALL_LOCATION_PROVIDER\"/>",
  54. "<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
  55. "<uses-permission android:name=\"android.permission.INSTALL_SHORTCUT\"/>",
  56. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  57. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  58. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  59. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  60. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  61. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  62. "<uses-permission android:name=\"android.permission.UPDATE_DEVICE_STATS\"/>",
  63. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  64. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  65. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  66. ],
  67. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  68. "targetSdkVersion" : 30
  69. },
  70. /* ios打包配置 */
  71. "ios" : {
  72. "dSYMs" : false
  73. },
  74. /* SDK配置 */
  75. "sdkConfigs" : {
  76. "geolocation" : {
  77. "amap" : {
  78. "__platform__" : [ "ios", "android" ],
  79. "appkey_ios" : "25716a10d462140d75820fd9f5b342a5",
  80. "appkey_android" : "25716a10d462140d75820fd9f5b342a5"
  81. }
  82. },
  83. "maps" : {
  84. "amap" : {
  85. "appkey_ios" : "25716a10d462140d75820fd9f5b342a5",
  86. "appkey_android" : "25716a10d462140d75820fd9f5b342a5"
  87. }
  88. },
  89. "ad" : {}
  90. },
  91. "icons" : {
  92. "android" : {
  93. "hdpi" : "unpackage/res/icons/72x72.png",
  94. "xhdpi" : "unpackage/res/icons/96x96.png",
  95. "xxhdpi" : "unpackage/res/icons/144x144.png",
  96. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  97. },
  98. "ios" : {
  99. "appstore" : "unpackage/res/icons/1024x1024.png",
  100. "ipad" : {
  101. "app" : "unpackage/res/icons/76x76.png",
  102. "app@2x" : "unpackage/res/icons/152x152.png",
  103. "notification" : "unpackage/res/icons/20x20.png",
  104. "notification@2x" : "unpackage/res/icons/40x40.png",
  105. "proapp@2x" : "unpackage/res/icons/167x167.png",
  106. "settings" : "unpackage/res/icons/29x29.png",
  107. "settings@2x" : "unpackage/res/icons/58x58.png",
  108. "spotlight" : "unpackage/res/icons/40x40.png",
  109. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  110. },
  111. "iphone" : {
  112. "app@2x" : "unpackage/res/icons/120x120.png",
  113. "app@3x" : "unpackage/res/icons/180x180.png",
  114. "notification@2x" : "unpackage/res/icons/40x40.png",
  115. "notification@3x" : "unpackage/res/icons/60x60.png",
  116. "settings@2x" : "unpackage/res/icons/58x58.png",
  117. "settings@3x" : "unpackage/res/icons/87x87.png",
  118. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  119. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  120. }
  121. }
  122. }
  123. },
  124. "uniStatistics" : {
  125. "enable" : true,
  126. "version" : "2"
  127. }
  128. },
  129. /* 快应用特有相关 */
  130. "quickapp" : {},
  131. /* 小程序特有相关 */
  132. "mp-weixin" : {
  133. "appid" : "wx1cabf67f460e3a14",
  134. "setting" : {
  135. "urlCheck" : false,
  136. "minified" : true,
  137. "postcss" : false,
  138. "es6" : true
  139. },
  140. "usingComponents" : true,
  141. "uniStatistics" : {
  142. "enable" : true
  143. }
  144. },
  145. "mp-alipay" : {
  146. "usingComponents" : true,
  147. "uniStatistics" : {
  148. "enable" : true
  149. }
  150. },
  151. "mp-baidu" : {
  152. "usingComponents" : true,
  153. "uniStatistics" : {
  154. "enable" : true
  155. }
  156. },
  157. "mp-toutiao" : {
  158. "usingComponents" : true,
  159. "uniStatistics" : {
  160. "enable" : true
  161. }
  162. },
  163. "uniStatistics" : {
  164. "enable" : true,
  165. "version" : "2"
  166. },
  167. "h5" : {
  168. "devServer" : {
  169. "port" : 8000,
  170. "disableHostCheck" : true,
  171. "proxy" : {
  172. "/ksy" : {
  173. "target" : "http://114.115.147.140:8002",
  174. "changeOrigin" : true,
  175. "ws" : true,
  176. "pathRewrite" : {
  177. "^/ksy" : "ksy"
  178. }
  179. }
  180. }
  181. },
  182. "template" : "static/tempalate.html",
  183. "sdkConfigs" : {
  184. "maps" : {
  185. "qqmap" : {
  186. "key" : "XGQBZ-MSGW6-KNDSO-MVOIJ-OM6LO-JXBKB"
  187. }
  188. }
  189. },
  190. "uniStatistics" : {
  191. "enable" : true
  192. }
  193. },
  194. "mp-jd" : {
  195. "uniStatistics" : {
  196. "enable" : true
  197. }
  198. },
  199. "mp-kuaishou" : {
  200. "uniStatistics" : {
  201. "enable" : true
  202. }
  203. },
  204. "mp-lark" : {
  205. "uniStatistics" : {
  206. "enable" : true
  207. }
  208. },
  209. "mp-qq" : {
  210. "uniStatistics" : {
  211. "enable" : true
  212. }
  213. },
  214. "quickapp-webview-huawei" : {
  215. "uniStatistics" : {
  216. "enable" : true
  217. }
  218. },
  219. "quickapp-webview-union" : {
  220. "uniStatistics" : {
  221. "enable" : true
  222. }
  223. }
  224. }
  225. // "sdkConfigs" : {
  226. // "maps" : {
  227. // "qqmap" : {
  228. // "key" : "B2EBZ-2UW6P-RDJDG-LCMLE-AIQUS-CGFMJ"
  229. // }
  230. // }
  231. // }