manifest.json 4.0 KB

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