优化
This commit is contained in:
@@ -92,7 +92,7 @@ class ContentProcessor private constructor(
|
||||
if (matcher.find()) {
|
||||
mContent = mContent.substring(matcher.end())
|
||||
sameTitleRemoved = true
|
||||
} else {
|
||||
} else if (useReplace) {
|
||||
title = Pattern.quote(
|
||||
chapter.getDisplayTitle(
|
||||
contentReplaceRules,
|
||||
|
||||
Reference in New Issue
Block a user