manifest.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "name" : "萌创星球",
  3. "appid" : "__UNI__00BD11F",
  4. "description" : "",
  5. "versionName" : "3.0.1",
  6. "versionCode" : 301,
  7. "transformPx" : false,
  8. /* 5+App特有相关 hfhz-mrro-iqmv-igdl storygarden2024@outlook.com*/
  9. "app-plus" : {
  10. "compatible" : {
  11. "ignoreVersion" : true
  12. },
  13. "usingComponents" : true,
  14. "nvueStyleCompiler" : "uni-app",
  15. "compilerVersion" : 3,
  16. "splashscreen" : {
  17. "alwaysShowBeforeRender" : false,
  18. "waiting" : true,
  19. "autoclose" : true,
  20. "delay" : 0
  21. },
  22. "safearea" : {
  23. "background" : "#00000000",
  24. "bottom" : {
  25. "offset" : "none"
  26. }
  27. },
  28. /* 模块配置 */
  29. "modules" : {
  30. "Camera" : {},
  31. "Record" : {},
  32. "Payment" : {},
  33. "Share" : {},
  34. "VideoPlayer" : {},
  35. "Geolocation" : {}
  36. },
  37. /* 应用发布信息 */
  38. "distribute" : {
  39. /* android打包配置 */
  40. "android" : {
  41. "permissions" : [
  42. "<uses-feature android:name=\"android.hardware.camera\"/>",
  43. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  44. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  45. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  46. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  47. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  48. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  49. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  50. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  51. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  52. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  53. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  54. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  56. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  57. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  58. ],
  59. "permissionPhoneState" : {
  60. "request" : "none",
  61. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  62. },
  63. "permissionExternalStorage" : {
  64. "request" : "none",
  65. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  66. },
  67. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
  68. "minSdkVersion" : 21,
  69. "targetSdkVersion" : 31,
  70. "enableOAID" : false
  71. },
  72. /* ios打包配置 */
  73. "ios" : {
  74. "UIBackgroundModes" : "",
  75. "dSYMs" : false,
  76. "idfa" : false
  77. },
  78. /* SDK配置 */
  79. "sdkConfigs" : {
  80. "ad" : {},
  81. "payment" : {
  82. "weixin" : {
  83. "__platform__" : [ "android" ],
  84. "appid" : "wxfed977c88f539599",
  85. "UniversalLinks" : ""
  86. },
  87. "alipay" : {
  88. "__platform__" : [ "ios", "android" ]
  89. }
  90. },
  91. "speech" : {},
  92. "oauth" : {},
  93. "push" : {
  94. "unipush" : {
  95. "version" : "2",
  96. "offline" : true,
  97. "mi" : {},
  98. "oppo" : {},
  99. "vivo" : {},
  100. "honor" : {}
  101. }
  102. },
  103. "geolocation" : {
  104. "system" : {
  105. "__platform__" : [ "android" ]
  106. }
  107. },
  108. "share" : {
  109. "weixin" : {
  110. "appid" : "wxfed977c88f539599",
  111. "UniversalLinks" : ""
  112. }
  113. }
  114. },
  115. "splashscreen" : {
  116. "androidStyle" : "default",
  117. "useOriginalMsgbox" : true,
  118. "iosStyle" : "common",
  119. "ios" : {},
  120. "android" : {
  121. "xxhdpi" : "static/image/xiong-bg.png",
  122. "xhdpi" : "static/image/xiong-bg.png",
  123. "hdpi" : "static/image/xiong-bg.png"
  124. }
  125. },
  126. "icons" : {
  127. "android" : {
  128. "hdpi" : "unpackage/res/icons/72x72.png",
  129. "xhdpi" : "unpackage/res/icons/96x96.png",
  130. "xxhdpi" : "unpackage/res/icons/144x144.png",
  131. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  132. },
  133. "ios" : {
  134. "appstore" : "unpackage/res/icons/1024x1024.png",
  135. "ipad" : {
  136. "app" : "unpackage/res/icons/76x76.png",
  137. "app@2x" : "unpackage/res/icons/152x152.png",
  138. "notification" : "unpackage/res/icons/20x20.png",
  139. "notification@2x" : "unpackage/res/icons/40x40.png",
  140. "proapp@2x" : "unpackage/res/icons/167x167.png",
  141. "settings" : "unpackage/res/icons/29x29.png",
  142. "settings@2x" : "unpackage/res/icons/58x58.png",
  143. "spotlight" : "unpackage/res/icons/40x40.png",
  144. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  145. },
  146. "iphone" : {
  147. "app@2x" : "unpackage/res/icons/120x120.png",
  148. "app@3x" : "unpackage/res/icons/180x180.png",
  149. "notification@2x" : "unpackage/res/icons/40x40.png",
  150. "notification@3x" : "unpackage/res/icons/60x60.png",
  151. "settings@2x" : "unpackage/res/icons/58x58.png",
  152. "settings@3x" : "unpackage/res/icons/87x87.png",
  153. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  154. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  155. }
  156. }
  157. }
  158. }
  159. },
  160. "networkTimeout" : {
  161. "request" : 6000
  162. },
  163. /* 快应用特有相关 */
  164. "quickapp" : {},
  165. /* 小程序特有相关 */
  166. "mp-weixin" : {
  167. "appid" : "",
  168. "setting" : {
  169. "urlCheck" : false
  170. },
  171. "usingComponents" : true
  172. },
  173. "mp-alipay" : {
  174. "usingComponents" : true
  175. },
  176. "mp-baidu" : {
  177. "usingComponents" : true
  178. },
  179. "mp-toutiao" : {
  180. "usingComponents" : true
  181. },
  182. "uniStatistics" : {
  183. "enable" : false
  184. },
  185. "channel_list" : [
  186. {
  187. "id" : "wandoujia",
  188. "name" : "豌豆荚"
  189. },
  190. {
  191. "id" : "market",
  192. "name" : "市场部"
  193. },
  194. {
  195. "id" : "honor",
  196. "name" : "荣耀"
  197. }
  198. ],
  199. "vueVersion" : "2",
  200. "h5" : {
  201. "router" : {
  202. "base" : "./",
  203. "mode" : "hash"
  204. },
  205. "template" : "h5.template.html",
  206. "optimization" : {
  207. "treeShaking" : {
  208. "enable" : true
  209. }
  210. },
  211. "unipush" : {
  212. "enable" : true
  213. }
  214. },
  215. "fallbackLocale" : "zh-Hans"
  216. }