manifest.json 7.6 KB

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