优化注释

This commit is contained in:
click33
2021-06-18 23:53:16 +08:00
parent c6d3cda4a4
commit a73adf6727
53 changed files with 801 additions and 568 deletions

View File

@@ -1,7 +1,7 @@
# 更新日志
### 2021-5-10 @v1.20.0
### 2021-6-17 @v1.20.0
- 新增新增Solon适配插件感谢大佬 `@刘西东` 提供的pr **[重要]**
- 新增:新增`SaRouter.stop()`函数,用于一次性跳出匹配链功能 **[重要]**
- 新增:新增单元测试 **[重要]**

View File

@@ -80,4 +80,6 @@ System.out.println("Base64解码后" + text2);
```
<br>
如需更多加密算法请提交pr
如需更多加密算法,可参考 [Hutool-crypto: 加密](https://hutool.cn/docs/#/crypto/%E6%A6%82%E8%BF%B0)