图书馆小程序
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.

103 lines
2.1 KiB

1 month ago
  1. {
  2. "id": "w-qrcode",
  3. "displayName": "w-qrcode 二维码生成器",
  4. "version": "1.0.1",
  5. "description": "高性能二维码生成组件,纯JavaScript实现,支持自定义样式、Logo、多种纠错级别,兼容Vue2/Vue3,支持全平台",
  6. "keywords": [
  7. "qrcode",
  8. "二维码",
  9. "qr-code",
  10. "vue2",
  11. "vue3"
  12. ],
  13. "repository": "",
  14. "engines": {
  15. "HBuilderX": "^3.1.0",
  16. "uni-app": "^3.6.15",
  17. "uni-app-x": ""
  18. },
  19. "dcloudext": {
  20. "type": "component-vue",
  21. "sale": {
  22. "regular": {
  23. "price": "0.00"
  24. },
  25. "sourcecode": {
  26. "price": "0.00"
  27. }
  28. },
  29. "contact": {
  30. "qq": ""
  31. },
  32. "declaration": {
  33. "ads": "无",
  34. "data": "无",
  35. "permissions": "无"
  36. },
  37. "npmurl": "",
  38. "darkmode": "x",
  39. "i18n": "x",
  40. "widescreen": "x"
  41. },
  42. "uni_modules": {
  43. "dependencies": [],
  44. "encrypt": [],
  45. "platforms": {
  46. "cloud": {
  47. "tcb": "√",
  48. "aliyun": "√",
  49. "alipay": "x"
  50. },
  51. "client": {
  52. "uni-app": {
  53. "vue": {
  54. "vue2": {
  55. },
  56. "vue3": {
  57. }
  58. },
  59. "web": {
  60. "safari": "√",
  61. "chrome": "√"
  62. },
  63. "app": {
  64. "vue": "√",
  65. "nvue": "√",
  66. "android": "-",
  67. "ios": "-",
  68. "harmony": "-"
  69. },
  70. "mp": {
  71. "weixin": "√",
  72. "alipay": "-",
  73. "toutiao": "-",
  74. "baidu": "-",
  75. "kuaishou": "-",
  76. "jd": "-",
  77. "harmony": "-",
  78. "qq": "-",
  79. "lark": "-"
  80. },
  81. "quickapp": {
  82. "huawei": "-",
  83. "union": "-"
  84. }
  85. },
  86. "uni-app-x": {
  87. "web": {
  88. "safari": "-",
  89. "chrome": "-"
  90. },
  91. "app": {
  92. "android": "-",
  93. "ios": "-",
  94. "harmony": "-"
  95. },
  96. "mp": {
  97. "weixin": "-"
  98. }
  99. }
  100. }
  101. }
  102. },
  103. "main": "js_sdk/qrcode.js"
  104. }