合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.7 KiB

  1. {
  2. "id": "wht-img-upload",
  3. "displayName": "wht-img-upload 高颜值图片上传 支持进度条 预览删除 单多图模式",
  4. "version": "1.0.0",
  5. "description": "【纯前端组件】功能强大的图片上传组件,支持单图/多图模式、自定义列数、实时进度条、预览/删除等功能,界面精美,使用简单。完美支持Vue2/3,适配H5/小程序/App",
  6. "keywords": [
  7. "upload",
  8. "image",
  9. "图片上传",
  10. "上传组件",
  11. "多图上传"
  12. ],
  13. "repository": "https://gitee.com/funnywuss/uniapp-plugins.git wht-img-upload",
  14. "engines": {
  15. "HBuilderX": "^3.1.0"
  16. },
  17. "dcloudext": {
  18. "type": "component-vue",
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "无",
  33. "permissions": "无"
  34. },
  35. "npmurl": ""
  36. },
  37. "uni_modules": {
  38. "dependencies": [],
  39. "encrypt": [],
  40. "platforms": {
  41. "cloud": {
  42. "tcb": "y",
  43. "aliyun": "y",
  44. "alipay": "n"
  45. },
  46. "client": {
  47. "Vue": {
  48. "vue2": "y",
  49. "vue3": "y"
  50. },
  51. "App": {
  52. "app-vue": "y",
  53. "app-nvue": "n",
  54. "app-harmony": "u",
  55. "app-uvue": "u"
  56. },
  57. "H5-mobile": {
  58. "Safari": "y",
  59. "Android Browser": "y",
  60. "微信浏览器(Android)": "y",
  61. "QQ浏览器(Android)": "y"
  62. },
  63. "H5-pc": {
  64. "Chrome": "y",
  65. "IE": "n",
  66. "Edge": "y",
  67. "Firefox": "y",
  68. "Safari": "y"
  69. },
  70. "小程序": {
  71. "微信": "y",
  72. "阿里": "y",
  73. "百度": "y",
  74. "字节跳动": "y",
  75. "QQ": "y"
  76. }
  77. }
  78. }
  79. }
  80. }