合同小程序前端代码仓库
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.

85 lines
1.8 KiB

5 months ago
  1. {
  2. "id": "lime-file-utils",
  3. "displayName": "lime-file-utils 文件转换",
  4. "version": "0.0.7",
  5. "description": "fileUtils是一款可以轻松在文件或图像和 Base64 之间进行转换的UTS API工具包,图片转base64,base64转文件,兼容uniappX(h5,ios,安卓),uniapp未测",
  6. "keywords": [
  7. "lime-file-utils",
  8. "base64",
  9. "图像转换工具",
  10. "文件转换工具"
  11. ],
  12. "repository": "",
  13. "engines": {
  14. "HBuilderX": "^4.15"
  15. },
  16. "dcloudext": {
  17. "type": "uts",
  18. "sale": {
  19. "regular": {
  20. "price": "0.00"
  21. },
  22. "sourcecode": {
  23. "price": "0.00"
  24. }
  25. },
  26. "contact": {
  27. "qq": ""
  28. },
  29. "declaration": {
  30. "ads": "无",
  31. "data": "无",
  32. "permissions": "无"
  33. },
  34. "npmurl": ""
  35. },
  36. "uni_modules": {
  37. "dependencies": [],
  38. "encrypt": [],
  39. "platforms": {
  40. "cloud": {
  41. "tcb": "y",
  42. "aliyun": "y",
  43. "alipay": "y"
  44. },
  45. "client": {
  46. "Vue": {
  47. "vue2": "y",
  48. "vue3": "y"
  49. },
  50. "App": {
  51. "app-android": "y",
  52. "app-ios": "y",
  53. "app-harmony": "u"
  54. },
  55. "H5-mobile": {
  56. "Safari": "y",
  57. "Android Browser": "y",
  58. "微信浏览器(Android)": "y",
  59. "QQ浏览器(Android)": "y"
  60. },
  61. "H5-pc": {
  62. "Chrome": "y",
  63. "IE": "u",
  64. "Edge": "u",
  65. "Firefox": "u",
  66. "Safari": "u"
  67. },
  68. "小程序": {
  69. "微信": "u",
  70. "阿里": "u",
  71. "百度": "u",
  72. "字节跳动": "u",
  73. "QQ": "u",
  74. "钉钉": "u",
  75. "快手": "u",
  76. "飞书": "u",
  77. "京东": "u"
  78. },
  79. "快应用": {
  80. "华为": "u",
  81. "联盟": "u"
  82. }
  83. }
  84. }
  85. }
  86. }