manifest.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. {
  2. "name" : "云飞智控",
  3. "appid" : "__UNI__DBA6730",
  4. "description" : "",
  5. "versionName" : "1.9.9",
  6. "versionCode" : 199,
  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.CAMERA\"/>",
  45. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  46. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.INSTALL_LOCATION_PROVIDER\"/>",
  48. "<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
  49. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  50. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  51. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  52. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  53. ],
  54. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  55. "targetSdkVersion" : 30,
  56. "excludePermissions" : []
  57. },
  58. /* ios打包配置 */
  59. "ios" : {
  60. "dSYMs" : false
  61. },
  62. /* SDK配置 */
  63. "sdkConfigs" : {
  64. "geolocation" : {
  65. "amap" : {
  66. "__platform__" : [ "ios", "android" ],
  67. "appkey_ios" : "25716a10d462140d75820fd9f5b342a5",
  68. "appkey_android" : "25716a10d462140d75820fd9f5b342a5"
  69. }
  70. },
  71. "maps" : {
  72. "amap" : {
  73. "appkey_ios" : "25716a10d462140d75820fd9f5b342a5",
  74. "appkey_android" : "25716a10d462140d75820fd9f5b342a5"
  75. }
  76. },
  77. "ad" : {}
  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. "splashscreen" : {
  112. "useOriginalMsgbox" : true
  113. }
  114. },
  115. "uniStatistics" : {
  116. "enable" : true,
  117. "version" : "2"
  118. }
  119. },
  120. /* 快应用特有相关 */
  121. "quickapp" : {},
  122. /* 小程序特有相关 */
  123. "mp-weixin" : {
  124. "appid" : "wx1cabf67f460e3a14",
  125. "setting" : {
  126. "urlCheck" : false,
  127. "minified" : true,
  128. "postcss" : false,
  129. "es6" : true
  130. },
  131. "usingComponents" : true,
  132. "uniStatistics" : {
  133. "enable" : true
  134. }
  135. },
  136. "mp-alipay" : {
  137. "usingComponents" : true,
  138. "uniStatistics" : {
  139. "enable" : true
  140. }
  141. },
  142. "mp-baidu" : {
  143. "usingComponents" : true,
  144. "uniStatistics" : {
  145. "enable" : true
  146. }
  147. },
  148. "mp-toutiao" : {
  149. "usingComponents" : true,
  150. "uniStatistics" : {
  151. "enable" : true
  152. }
  153. },
  154. "uniStatistics" : {
  155. "enable" : true,
  156. "version" : "2"
  157. },
  158. "h5" : {
  159. "devServer" : {
  160. "port" : 8000,
  161. "disableHostCheck" : true,
  162. "proxy" : {
  163. "/ksy" : {
  164. "target" : "http://114.115.147.140:8002",
  165. "changeOrigin" : true,
  166. "ws" : true,
  167. "pathRewrite" : {
  168. "^/ksy" : "ksy"
  169. }
  170. }
  171. }
  172. },
  173. "template" : "static/tempalate.html",
  174. "sdkConfigs" : {
  175. "maps" : {
  176. "qqmap" : {
  177. "key" : "XGQBZ-MSGW6-KNDSO-MVOIJ-OM6LO-JXBKB"
  178. }
  179. }
  180. },
  181. "uniStatistics" : {
  182. "enable" : true
  183. }
  184. },
  185. "mp-jd" : {
  186. "uniStatistics" : {
  187. "enable" : true
  188. }
  189. },
  190. "mp-kuaishou" : {
  191. "uniStatistics" : {
  192. "enable" : true
  193. }
  194. },
  195. "mp-lark" : {
  196. "uniStatistics" : {
  197. "enable" : true
  198. }
  199. },
  200. "mp-qq" : {
  201. "uniStatistics" : {
  202. "enable" : true
  203. }
  204. },
  205. "quickapp-webview-huawei" : {
  206. "uniStatistics" : {
  207. "enable" : true
  208. }
  209. },
  210. "quickapp-webview-union" : {
  211. "uniStatistics" : {
  212. "enable" : true
  213. }
  214. }
  215. }
  216. // "sdkConfigs" : {
  217. // "maps" : {
  218. // "qqmap" : {
  219. // "key" : "B2EBZ-2UW6P-RDJDG-LCMLE-AIQUS-CGFMJ"
  220. // }
  221. // }
  222. // }