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