This commit is contained in:
kunfei
2022-09-16 08:29:23 +08:00
parent 5070f60141
commit 4f22488c4c

View File

@@ -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)