manifest.json 7.4 KB

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