Files
----/前端源码/uni-app/uni_modules/w-qrcode/changelog.md

16 lines
463 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1.0.12025-12-30
## 1.0.12025-12-30
- 优化二维码生成逻辑
## 1.0.02025-12-29
- 初始版本发布
- 纯 JavaScript 实现二维码生成算法
- 支持 Vue2 和 Vue3
- 支持自定义前景色、背景色
- 支持添加 Logo 图片
- 支持多种纠错级别L/M/Q/H
- 支持保存到相册
- 支持导出临时文件和 Base64
- 兼容全平台H5、App、各类小程序
## 1.0.12025-12-30
- 优化二维码生成逻辑