manifest.json 7.7 KB

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