manifest.json 988 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name" : "check-uniapp",
  3. "appid" : "__UNI__B8FCDB7",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. // "uni-app-x" : {},
  8. /* 快应用特有相关 */
  9. "quickapp" : {},
  10. /* 小程序特有相关 */
  11. "mp-weixin" : {
  12. "appid" : "wxeeae42dfbd21bf46",
  13. "setting" : {
  14. "urlCheck" : false,
  15. "minified" : true
  16. },
  17. "usingComponents" : true
  18. },
  19. "mp-alipay" : {
  20. "usingComponents" : true
  21. },
  22. "mp-baidu" : {
  23. "usingComponents" : true
  24. },
  25. "mp-toutiao" : {
  26. "usingComponents" : true
  27. },
  28. "uniStatistics" : {
  29. "enable" : false
  30. },
  31. "vueVersion" : "3",
  32. "app" : {
  33. "distribute" : {
  34. "icons" : {
  35. "android" : {
  36. "hdpi" : "",
  37. "xhdpi" : "",
  38. "xxhdpi" : "",
  39. "xxxhdpi" : ""
  40. }
  41. }
  42. }
  43. }
  44. }