manifest.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "name": "消防与市场主体",
  3. "appid": "__UNI__E97C301",
  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": [
  34. "audio"
  35. ],
  36. "urlschemewhitelist": [
  37. "baidumap",
  38. "iosamap"
  39. ]
  40. },
  41. "sdkConfigs": {
  42. "speech": {
  43. "ifly": {}
  44. }
  45. },
  46. "orientation": [
  47. "portrait-primary"
  48. ]
  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": "wx15404cced62d7b37",
  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": [
  90. "getLocation",
  91. "chooseLocation"
  92. ],
  93. "uniStatistics": {
  94. "enable": true
  95. }
  96. },
  97. "mp-alipay": {
  98. "usingComponents": true,
  99. "uniStatistics": {
  100. "enable": false
  101. }
  102. },
  103. "mp-baidu": {
  104. "usingComponents": true,
  105. "uniStatistics": {
  106. "enable": false
  107. }
  108. },
  109. "mp-toutiao": {
  110. "usingComponents": true,
  111. "uniStatistics": {
  112. "enable": false
  113. }
  114. },
  115. "mp-jd": {
  116. "usingComponents": true,
  117. "uniStatistics": {
  118. "enable": false
  119. }
  120. },
  121. "h5": {
  122. "template": "template.h5.html",
  123. "router": {
  124. "mode": "history",
  125. "base": ""
  126. },
  127. "sdkConfigs": {
  128. "maps": {
  129. "qqmap": {
  130. "key": "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU"
  131. }
  132. }
  133. },
  134. "async": {
  135. "timeout": 20000
  136. },
  137. "uniStatistics": {
  138. "enable": false
  139. }
  140. },
  141. "vueVersion": "2",
  142. "mp-kuaishou": {
  143. "uniStatistics": {
  144. "enable": false
  145. }
  146. },
  147. "mp-lark": {
  148. "uniStatistics": {
  149. "enable": false
  150. }
  151. },
  152. "mp-qq": {
  153. "uniStatistics": {
  154. "enable": false
  155. }
  156. },
  157. "quickapp-webview-huawei": {
  158. "uniStatistics": {
  159. "enable": false
  160. }
  161. },
  162. "quickapp-webview-union": {
  163. "uniStatistics": {
  164. "enable": false
  165. }
  166. },
  167. "uniStatistics": {
  168. "version": "2",
  169. "enable": false
  170. },
  171. "locale": "zh-Hans"
  172. }