manifest.json 962 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "小丁到家",
  3. "appid": "__UNI__9F955ED",
  4. "description": "",
  5. "versionName": "1.0.0",
  6. "versionCode": "100",
  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. "app-android": {
  44. "distribute": {
  45. "modules": {},
  46. "icons": {
  47. "hdpi": "",
  48. "xhdpi": "",
  49. "xxhdpi": "",
  50. "xxxhdpi": ""
  51. },
  52. "splashScreens": {
  53. "default": {}
  54. }
  55. }
  56. },
  57. "app-ios": {
  58. "distribute": {
  59. "modules": {},
  60. "icons": {},
  61. "splashScreens": {}
  62. }
  63. }
  64. }