manifest.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "name" : "产品化管理端",
  3. "appid" : "__UNI__E97C301",
  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. },
  42. "orientation" : [ "portrait-primary" ]
  43. },
  44. "uniStatistics" : {
  45. "enable" : false
  46. }
  47. },
  48. "quickapp" : {},
  49. "quickapp-native" : {
  50. "icon" : "/static/logo.png",
  51. "package" : "com.example.demo",
  52. "features" : [
  53. {
  54. "name" : "system.clipboard"
  55. }
  56. ]
  57. },
  58. "quickapp-webview" : {
  59. "icon" : "/static/logo.png",
  60. "package" : "com.example.demo",
  61. "minPlatformVersion" : 1070,
  62. "versionName" : "1.0.0",
  63. "versionCode" : 100
  64. },
  65. "mp-weixin" : {
  66. "libVersion" : "latest",
  67. "appid" : "wx15404cced62d7b37",
  68. "optimization" : {
  69. "subPackages" : true
  70. },
  71. "setting" : {
  72. "urlCheck" : true,
  73. "es6" : true,
  74. "postcss" : false,
  75. "minified" : true
  76. },
  77. "usingComponents" : true,
  78. "permission" : {
  79. "scope.userLocation" : {
  80. "desc" : "查询用户地理位置"
  81. }
  82. },
  83. "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
  84. "uniStatistics" : {
  85. "enable" : true
  86. }
  87. },
  88. "mp-alipay" : {
  89. "usingComponents" : true,
  90. "uniStatistics" : {
  91. "enable" : false
  92. }
  93. },
  94. "mp-baidu" : {
  95. "usingComponents" : true,
  96. "uniStatistics" : {
  97. "enable" : false
  98. }
  99. },
  100. "mp-toutiao" : {
  101. "usingComponents" : true,
  102. "uniStatistics" : {
  103. "enable" : false
  104. }
  105. },
  106. "mp-jd" : {
  107. "usingComponents" : true,
  108. "uniStatistics" : {
  109. "enable" : false
  110. }
  111. },
  112. "h5" : {
  113. "template" : "template.h5.html",
  114. "router" : {
  115. "mode" : "history",
  116. "base" : ""
  117. },
  118. "sdkConfigs" : {
  119. "maps" : {
  120. "qqmap" : {
  121. "key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU"
  122. }
  123. }
  124. },
  125. "async" : {
  126. "timeout" : 20000
  127. },
  128. "uniStatistics" : {
  129. "enable" : false
  130. }
  131. },
  132. "vueVersion" : "2",
  133. "mp-kuaishou" : {
  134. "uniStatistics" : {
  135. "enable" : false
  136. }
  137. },
  138. "mp-lark" : {
  139. "uniStatistics" : {
  140. "enable" : false
  141. }
  142. },
  143. "mp-qq" : {
  144. "uniStatistics" : {
  145. "enable" : false
  146. }
  147. },
  148. "quickapp-webview-huawei" : {
  149. "uniStatistics" : {
  150. "enable" : false
  151. }
  152. },
  153. "quickapp-webview-union" : {
  154. "uniStatistics" : {
  155. "enable" : false
  156. }
  157. },
  158. "uniStatistics" : {
  159. "version" : "2",
  160. "enable" : false
  161. },
  162. "locale" : "zh-Hans"
  163. }