manifest.json 3.8 KB

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