manifest.json 7.3 KB

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