qrcode support argb

This commit is contained in:
Looly
2020-01-11 10:02:10 +08:00
parent a99c0e65d4
commit 067c0578d6
4 changed files with 64 additions and 24 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 提供一个自带默认值的Mappr#87@Gitee
* 【core 】 修改Dict在非大小写敏感状态下get也不区分大小写issue#722@Github
* 【core 】 StrUtil增加contains方法issue#716@Github
* 【core 】 QrCodeUtil增加背景透明支持pr#89@Gitee
### Bug修复
* 【core 】 修复NumberUtil.mul中null的结果错误问题issue#I17Y4J@Gitee