manifest.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "name" : "CWGMarkets",
  3. "appid" : "__UNI__F1BC8D2",
  4. "description" : "应用描述",
  5. "versionName" : "1.0.5",
  6. "versionCode" : 2,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "console" : false,
  10. "debug" : false,
  11. "usingComponents" : true,
  12. "nvueCompiler" : "uni-app",
  13. "nvueStyleCompiler" : "uni-app",
  14. "compilerVersion" : 3,
  15. "nvueLaunchMode" : "fast",
  16. "splashscreen" : {
  17. "alwaysShowBeforeRender" : true,
  18. "waiting" : false,
  19. "autoclose" : true,
  20. "delay" : 0
  21. },
  22. "webview" : {
  23. "allow-intent" : true,
  24. "allow-cross-origin" : true,
  25. "urlschemes" : [ "https://secure.livechatinc.com" ],
  26. "disable-web-security" : true
  27. },
  28. "loglevel" : "debug",
  29. "modules" : {
  30. "Camera" : {},
  31. "Barcode" : {},
  32. "Push" : {}
  33. },
  34. "distribute" : {
  35. "android" : {
  36. "permissions" : [
  37. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  38. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  40. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  41. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  42. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  43. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  44. ],
  45. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  46. "targetSdkVersion" : 35,
  47. "minSdkVersion" : 29
  48. },
  49. "ios" : {
  50. "UIBackgroundModes" : [ "audio" ],
  51. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  52. "privacyDescription" : {
  53. "NSLocalNetworkUsageDescription" : "true",
  54. "NSPhotoLibraryUsageDescription" : "true",
  55. "NSCameraUsageDescription" : "true",
  56. "NSMicrophoneUsageDescription" : "true",
  57. "NSLocationAlwaysAndWhenInUseUsageDescription" : "true",
  58. "NSCalendarsUsageDescription" : "true",
  59. "NSSpeechRecognitionUsageDescription" : "true",
  60. "NSFaceIDUsageDescription" : "true"
  61. },
  62. "NSAppTransportSecurity" : {
  63. "NSAllowsArbitraryLoads" : true
  64. },
  65. "dSYMs" : false
  66. },
  67. "sdkConfigs" : {
  68. "speech" : {},
  69. "push" : {}
  70. },
  71. "orientation" : [ "portrait-primary" ],
  72. "icons" : {
  73. "android" : {
  74. "hdpi" : "unpackage/res/icons/72x72.png",
  75. "xhdpi" : "unpackage/res/icons/96x96.png",
  76. "xxhdpi" : "unpackage/res/icons/144x144.png",
  77. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  78. },
  79. "ios" : {
  80. "appstore" : "unpackage/res/icons/1024x1024.png",
  81. "ipad" : {
  82. "app" : "unpackage/res/icons/76x76.png",
  83. "app@2x" : "unpackage/res/icons/152x152.png",
  84. "notification" : "unpackage/res/icons/20x20.png",
  85. "notification@2x" : "unpackage/res/icons/40x40.png",
  86. "proapp@2x" : "unpackage/res/icons/167x167.png",
  87. "settings" : "unpackage/res/icons/29x29.png",
  88. "settings@2x" : "unpackage/res/icons/58x58.png",
  89. "spotlight" : "unpackage/res/icons/40x40.png",
  90. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  91. },
  92. "iphone" : {
  93. "app@2x" : "unpackage/res/icons/120x120.png",
  94. "app@3x" : "unpackage/res/icons/180x180.png",
  95. "notification@2x" : "unpackage/res/icons/40x40.png",
  96. "notification@3x" : "unpackage/res/icons/60x60.png",
  97. "settings@2x" : "unpackage/res/icons/58x58.png",
  98. "settings@3x" : "unpackage/res/icons/87x87.png",
  99. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  100. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  101. }
  102. }
  103. },
  104. "splashscreen" : {
  105. "androidStyle" : "default",
  106. "android" : {
  107. "hdpi" : "static/res 4/drawable-hdpi/splash.9.png",
  108. "xxhdpi" : "static/res 4/drawable-xxhdpi/splash.9.png",
  109. "xhdpi" : "static/res 4/drawable-xhdpi/splash.9.png"
  110. },
  111. "iosStyle" : "common"
  112. }
  113. },
  114. "uniStatistics" : {
  115. "enable" : true
  116. },
  117. "nativePlugins" : {}
  118. },
  119. "quickapp" : {},
  120. "quickapp-native" : {
  121. "icon" : "/static/logo.png",
  122. "package" : "com.example.demo",
  123. "features" : [
  124. {
  125. "name" : "system.clipboard"
  126. }
  127. ]
  128. },
  129. "quickapp-webview" : {
  130. "icon" : "/static/logo.png",
  131. "package" : "com.example.demo",
  132. "minPlatformVersion" : 1070,
  133. "versionName" : "1.0.0",
  134. "versionCode" : 100
  135. },
  136. "mp-weixin" : {
  137. "appid" : "",
  138. "setting" : {
  139. "urlCheck" : false
  140. },
  141. "usingComponents" : true,
  142. "permission" : {
  143. "scope.userLocation" : {
  144. "desc" : "演示定位能力"
  145. }
  146. },
  147. "uniStatistics" : {
  148. "enable" : true
  149. }
  150. },
  151. "mp-alipay" : {
  152. "usingComponents" : true,
  153. "uniStatistics" : {
  154. "enable" : true
  155. }
  156. },
  157. "mp-baidu" : {
  158. "usingComponents" : true,
  159. "uniStatistics" : {
  160. "enable" : true
  161. },
  162. "dynamicLib" : {
  163. "editorLib" : {
  164. "provider" : "swan-editor"
  165. }
  166. }
  167. },
  168. "mp-toutiao" : {
  169. "usingComponents" : true,
  170. "uniStatistics" : {
  171. "enable" : true
  172. }
  173. },
  174. "mp-jd" : {
  175. "usingComponents" : true,
  176. "uniStatistics" : {
  177. "enable" : true
  178. }
  179. },
  180. "h5" : {
  181. "console" : false,
  182. "template" : "template.h5.html",
  183. "router" : {
  184. "mode" : "hash",
  185. "base" : ""
  186. },
  187. "sdkConfigs" : {
  188. "maps" : {
  189. "qqmap" : {
  190. "key" : ""
  191. }
  192. }
  193. },
  194. "async" : {
  195. "timeout" : 20000
  196. },
  197. "uniStatistics" : {
  198. "enable" : true
  199. },
  200. "devServer" : {
  201. "https" : false
  202. }
  203. },
  204. "vueVersion" : "3",
  205. "mp-kuaishou" : {
  206. "uniStatistics" : {
  207. "enable" : true
  208. }
  209. },
  210. "mp-lark" : {
  211. "uniStatistics" : {
  212. "enable" : true
  213. }
  214. },
  215. "mp-qq" : {
  216. "uniStatistics" : {
  217. "enable" : true
  218. }
  219. },
  220. "quickapp-webview-huawei" : {
  221. "uniStatistics" : {
  222. "enable" : true
  223. }
  224. },
  225. "quickapp-webview-union" : {
  226. "uniStatistics" : {
  227. "enable" : true
  228. }
  229. },
  230. "uniStatistics" : {
  231. "version" : "2",
  232. "enable" : true
  233. }
  234. }