QrCodeUtil新增SVG格式、Ascii Art字符画格式

This commit is contained in:
Looly
2022-08-26 16:56:02 +08:00
parent 0d96bec4cb
commit 2b9da605a7
3 changed files with 54 additions and 48 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法pr#2533@Github
* 【jwt 】 JWT补充部分算法pr#2546@Github
* 【core 】 NumberUtil.roundStr() 修改为使用toPlainStringpr#775@Gitee
* 【extra 】 QrCodeUtil新增SVG格式、Ascii Art字符画格式pr#763@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee