fix Base64.isBase64

This commit is contained in:
Looly
2021-07-19 17:57:55 +08:00
parent 6a04f20fcf
commit 8f3011e793
4 changed files with 26 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【core 】 增加FieldsComparatorpr#374@Gitee
* 【core 】 FileUtil.del采用Files.delete实现
* 【core 】 改进Base64.isBase64方法增加等号判断issue#1710@Github
### 🐞Bug修复