manifest.json 992 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name" : "mp-html",
  3. "appid" : "",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueCompiler" : "uni-app",
  11. "compilerVersion" : 3,
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : true,
  14. "waiting" : true,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. "modules" : {},
  19. "distribute" : {
  20. "android" : {},
  21. "ios" : {},
  22. "sdkConfigs" : {}
  23. }
  24. },
  25. "quickapp" : {},
  26. "mp-weixin" : {
  27. "appid" : "",
  28. "setting" : {
  29. "urlCheck" : false
  30. },
  31. "usingComponents" : true
  32. },
  33. "mp-alipay" : {
  34. "usingComponents" : true
  35. },
  36. "mp-baidu" : {
  37. "usingComponents" : true
  38. },
  39. "mp-toutiao" : {
  40. "usingComponents" : true
  41. },
  42. "uniStatistics": {
  43. "enable": false
  44. }
  45. }