This commit is contained in:
Horis
2025-02-09 13:51:51 +08:00
parent cea41ae6f3
commit 88a03b70ec
@@ -745,7 +745,7 @@ class AnalyzeRule(
bindings["title"] = chapter?.title
bindings["src"] = content
bindings["nextChapterUrl"] = nextChapterUrl
bindings["rssArticle"] = rssArticle?.copy()
bindings["rssArticle"] = rssArticle
}
val scope = RhinoScriptEngine.getRuntimeScope(bindings)
source?.getShareScope()?.let {