manifest.json 7.7 KB

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