替换规则 #224
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user