替换规则 #224

This commit is contained in:
HapeLee
2025-11-05 18:07:04 +08:00
parent 61cb218e5e
commit 4e4f566fb5
@@ -927,7 +927,9 @@ class ReadBookActivity : BaseReadBookActivity(),
ReplaceEditActivity.startIntent( ReplaceEditActivity.startIntent(
this, this,
pattern = text, pattern = text,
scope = scopes.joinToString(";") scope = scopes.joinToString(";"),
isScopeTitle = false,
isScopeContent = true
) )
) )
return true return true