This commit is contained in:
kunfei
2022-09-16 08:29:23 +08:00
parent 2583c6407f
commit 81ef136196
@@ -140,7 +140,7 @@ object BookHelp {
//某些图片被加密,需要进一步解密 //某些图片被加密,需要进一步解密
bookSource?.getContentRule()?.imageDecode?.let { bookSource?.getContentRule()?.imageDecode?.let {
kotlin.runCatching { kotlin.runCatching {
bookSource?.evalJS(it) { bookSource.evalJS(it) {
put("book", book) put("book", book)
put("result", bytes) put("result", bytes)
put("src", src) put("src", src)