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

86 lines
1.7 KiB

  1. {
  2. "id": "lime-shared",
  3. "displayName": "lime-shared",
  4. "version": "0.2.9",
  5. "description": "本人插件的几个公共函数,获取当前页,图片的base64转临时路径,图片的exif信息等",
  6. "keywords": [
  7. "lime-shared",
  8. "exif"
  9. ],
  10. "repository": "",
  11. "engines": {
  12. "HBuilderX": "^3.1.0"
  13. },
  14. "dcloudext": {
  15. "type": "sdk-js",
  16. "sale": {
  17. "regular": {
  18. "price": "0.00"
  19. },
  20. "sourcecode": {
  21. "price": "0.00"
  22. }
  23. },
  24. "contact": {
  25. "qq": ""
  26. },
  27. "declaration": {
  28. "ads": "无",
  29. "data": "无",
  30. "permissions": "无"
  31. },
  32. "npmurl": ""
  33. },
  34. "uni_modules": {
  35. "dependencies": [
  36. ],
  37. "encrypt": [],
  38. "platforms": {
  39. "cloud": {
  40. "tcb": "y",
  41. "aliyun": "y",
  42. "alipay": "n"
  43. },
  44. "client": {
  45. "Vue": {
  46. "vue2": "y",
  47. "vue3": "y"
  48. },
  49. "App": {
  50. "app-vue": "y",
  51. "app-uvue": "y",
  52. "app-nvue": "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. "微信": "y",
  70. "阿里": "y",
  71. "百度": "y",
  72. "字节跳动": "y",
  73. "QQ": "y",
  74. "钉钉": "y",
  75. "快手": "y",
  76. "飞书": "y",
  77. "京东": "u"
  78. },
  79. "快应用": {
  80. "华为": "u",
  81. "联盟": "u"
  82. }
  83. }
  84. }
  85. }
  86. }