manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name" : "custom",
  3. "appid" : "__UNI__F860CDD",
  4. "description" : "彩图奔跑APP内客户定制样式页面",
  5. "versionName" : "1.2.5",
  6. "versionCode" : 125,
  7. "uni-app-x" : {},
  8. /* 快应用特有相关 */
  9. "quickapp" : {},
  10. /* 小程序特有相关 */
  11. "mp-weixin" : {
  12. "appid" : "",
  13. "setting" : {
  14. "urlCheck" : false
  15. },
  16. "usingComponents" : true
  17. },
  18. "mp-alipay" : {
  19. "usingComponents" : true
  20. },
  21. "mp-baidu" : {
  22. "usingComponents" : true
  23. },
  24. "mp-toutiao" : {
  25. "usingComponents" : true
  26. },
  27. "uniStatistics" : {
  28. "enable" : false
  29. },
  30. "vueVersion" : "3",
  31. "app" : {
  32. "distribute" : {
  33. "icons" : {
  34. "android" : {
  35. "hdpi" : "",
  36. "xhdpi" : "",
  37. "xxhdpi" : "",
  38. "xxxhdpi" : ""
  39. }
  40. }
  41. }
  42. },
  43. "web" : {
  44. "router" : {
  45. "mode" : "hash",
  46. "base" : "/custom/"
  47. },
  48. "optimization" : {
  49. "treeShaking" : {
  50. "enable" : true
  51. }
  52. }
  53. }
  54. }