停止更新依赖cn.hutool:hutool-crypto

* 新版本会导致其他包的java.lang.NoClassDefFoundError等异常 close #3737 
* ref #3711
This commit is contained in:
Xwite 2024-02-20 19:54:43 +08:00 committed by GitHub
parent 40ab410608
commit abd6b0ff7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,7 @@ deleteFile(path: String)
### [js加解密类](https://github.com/gedoor/legado/blob/master/app/src/main/java/io/legado/app/help/JsEncodeUtils.kt) 部分函数
> 提供在JavaScript环境中快捷调用crypto算法的函数由[hutool-crypto](https://www.hutool.cn/docs/#/crypto/概述)实现
> 由于兼容性问题hutool-crypto当前版本为5.8.22
> 其他没有添加的算法可在JavaScript中使用`JavaImporter`[调用](https://m.jb51.net/article/92138.htm)Java例子可参考`朗读引擎-阿里云语音`