优化
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user