manifest.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "name" : "阿斯利康码头管理",
  3. "appid" : "__UNI__8C5F0F6",
  4. "description" : "应用描述",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "sassImplementationName":"node-sass",
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "nvueStyleCompiler" : "uni-app",
  13. "compilerVersion" : 3,
  14. "nvueLaunchMode" : "fast",
  15. "splashscreen" : {
  16. "alwaysShowBeforeRender" : true,
  17. "waiting" : true,
  18. "autoclose" : true,
  19. "delay" : 0
  20. },
  21. "modules" : {
  22. "OAuth" : {},
  23. "Payment" : {},
  24. "Push" : {},
  25. "Share" : {},
  26. "Speech" : {},
  27. "VideoPlayer" : {}
  28. },
  29. "distribute" : {
  30. "android" : {
  31. "permissions" : []
  32. },
  33. "ios" : {
  34. "UIBackgroundModes" : [ "audio" ],
  35. "urlschemewhitelist" : [ "baidumap", "iosamap" ]
  36. },
  37. "sdkConfigs" : {
  38. "speech" : {
  39. "ifly" : {}
  40. },
  41. "share" : {
  42. "weixin" : {
  43. "appid" : "wx6271d6fc90b56ff6",
  44. "UniversalLinks" : ""
  45. }
  46. }
  47. },
  48. "orientation" : [ "portrait-primary" ]
  49. },
  50. "uniStatistics" : {
  51. "enable" : false
  52. }
  53. },
  54. "quickapp" : {},
  55. "quickapp-native" : {
  56. "icon" : "/static/logo.png",
  57. "package" : "com.example.demo",
  58. "features" : [
  59. {
  60. "name" : "system.clipboard"
  61. }
  62. ]
  63. },
  64. "quickapp-webview" : {
  65. "icon" : "/static/logo.png",
  66. "package" : "com.example.demo",
  67. "minPlatformVersion" : 1070,
  68. "versionName" : "1.0.0",
  69. "versionCode" : 100
  70. },
  71. "mp-weixin" : {
  72. "libVersion" : "latest",
  73. "appid" : "wxcce76742bc3de81d",
  74. "optimization" : {
  75. "subPackages" : true
  76. },
  77. "setting" : {
  78. "urlCheck" : true,
  79. "es6" : true,
  80. "postcss" : false,
  81. "minified" : true
  82. },
  83. "usingComponents" : true,
  84. "permission" : {
  85. "scope.userLocation" : {
  86. "desc" : "查询用户地理位置"
  87. }
  88. },
  89. "requiredPrivateInfos" : [ "getLocation" ],
  90. "uniStatistics" : {
  91. "enable" : true
  92. }
  93. },
  94. "mp-alipay" : {
  95. "usingComponents" : true,
  96. "uniStatistics" : {
  97. "enable" : false
  98. }
  99. },
  100. "mp-baidu" : {
  101. "usingComponents" : true,
  102. "uniStatistics" : {
  103. "enable" : false
  104. }
  105. },
  106. "mp-toutiao" : {
  107. "usingComponents" : true,
  108. "uniStatistics" : {
  109. "enable" : false
  110. }
  111. },
  112. "mp-jd" : {
  113. "usingComponents" : true,
  114. "uniStatistics" : {
  115. "enable" : false
  116. }
  117. },
  118. "h5" : {
  119. "template" : "template.h5.html",
  120. "router" : {
  121. "mode" : "history",
  122. "base" : ""
  123. },
  124. "sdkConfigs" : {
  125. "maps" : {
  126. "qqmap" : {
  127. "key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU"
  128. }
  129. }
  130. },
  131. "async" : {
  132. "timeout" : 20000
  133. },
  134. "uniStatistics" : {
  135. "enable" : false
  136. }
  137. },
  138. "vueVersion" : "2",
  139. "mp-kuaishou" : {
  140. "uniStatistics" : {
  141. "enable" : false
  142. }
  143. },
  144. "mp-lark" : {
  145. "uniStatistics" : {
  146. "enable" : false
  147. }
  148. },
  149. "mp-qq" : {
  150. "uniStatistics" : {
  151. "enable" : false
  152. }
  153. },
  154. "quickapp-webview-huawei" : {
  155. "uniStatistics" : {
  156. "enable" : false
  157. }
  158. },
  159. "quickapp-webview-union" : {
  160. "uniStatistics" : {
  161. "enable" : false
  162. }
  163. },
  164. "uniStatistics" : {
  165. "version" : "2",
  166. "enable" : false
  167. },
  168. "locale" : "zh-Hans"
  169. }