manifest.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. {
  2. "name" : "CWG Center",
  3. "appid" : "__UNI__F1BC8D2",
  4. "description" : "应用描述",
  5. "versionName" : "1.0",
  6. "versionCode" : 1,
  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" : "CWG Center uses the local network to connect to services and improve app performance on your device.",
  54. "NSPhotoLibraryUsageDescription" : "CWG Center needs access to your photo library so you can upload identity documents, payment proofs, and other files required for account verification and transactions.",
  55. "NSCameraUsageDescription" : "CWG Center needs camera access so you can take photos of identity documents and other materials required for KYC verification and account services.",
  56. "NSMicrophoneUsageDescription" : "CWG Center needs microphone access for voice communication during customer support or related in-app services.",
  57. "NSLocationAlwaysAndWhenInUseUsageDescription" : "CWG Center may use your location to meet regulatory requirements and provide location-related account services when you choose to enable this feature.",
  58. "NSCalendarsUsageDescription" : "CWG Center needs calendar access to add reminders for account activities and scheduled events you choose to save.",
  59. "NSSpeechRecognitionUsageDescription" : "CWG Center needs speech recognition to convert your voice input into text when you use voice-related features in the app.",
  60. "NSFaceIDUsageDescription" : "CWG Center uses Face ID to securely verify your identity and protect access to your account."
  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" : "storyboard",
  112. "ios" : {
  113. "storyboard" : "static/res 4/CustomLaunch.zip"
  114. }
  115. }
  116. },
  117. "uniStatistics" : {
  118. "enable" : true
  119. },
  120. "nativePlugins" : {}
  121. },
  122. "quickapp" : {},
  123. "quickapp-native" : {
  124. "icon" : "/static/logo.png",
  125. "package" : "com.example.demo",
  126. "features" : [
  127. {
  128. "name" : "system.clipboard"
  129. }
  130. ]
  131. },
  132. "quickapp-webview" : {
  133. "icon" : "/static/logo.png",
  134. "package" : "com.example.demo",
  135. "minPlatformVersion" : 1070,
  136. "versionName" : "1.0.0",
  137. "versionCode" : 100
  138. },
  139. "mp-weixin" : {
  140. "appid" : "",
  141. "setting" : {
  142. "urlCheck" : false
  143. },
  144. "usingComponents" : true,
  145. "permission" : {
  146. "scope.userLocation" : {
  147. "desc" : "演示定位能力"
  148. }
  149. },
  150. "uniStatistics" : {
  151. "enable" : true
  152. }
  153. },
  154. "mp-alipay" : {
  155. "usingComponents" : true,
  156. "uniStatistics" : {
  157. "enable" : true
  158. }
  159. },
  160. "mp-baidu" : {
  161. "usingComponents" : true,
  162. "uniStatistics" : {
  163. "enable" : true
  164. },
  165. "dynamicLib" : {
  166. "editorLib" : {
  167. "provider" : "swan-editor"
  168. }
  169. }
  170. },
  171. "mp-toutiao" : {
  172. "usingComponents" : true,
  173. "uniStatistics" : {
  174. "enable" : true
  175. }
  176. },
  177. "mp-jd" : {
  178. "usingComponents" : true,
  179. "uniStatistics" : {
  180. "enable" : true
  181. }
  182. },
  183. "h5" : {
  184. "console" : false,
  185. "template" : "template.h5.html",
  186. "router" : {
  187. "mode" : "hash",
  188. "base" : ""
  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. }