mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -140,7 +140,7 @@ object BookHelp {
|
||||
//某些图片被加密,需要进一步解密
|
||||
bookSource?.getContentRule()?.imageDecode?.let {
|
||||
kotlin.runCatching {
|
||||
bookSource?.evalJS(it) {
|
||||
bookSource.evalJS(it) {
|
||||
put("book", book)
|
||||
put("result", bytes)
|
||||
put("src", src)
|
||||
|
||||
Reference in New Issue
Block a user