优化
This commit is contained in:
@@ -128,7 +128,7 @@ object ChapterProvider {
|
|||||||
durY += titleBottomSpacing
|
durY += titleBottomSpacing
|
||||||
}
|
}
|
||||||
contents.forEach { content ->
|
contents.forEach { content ->
|
||||||
if (book.getImageStyle() == Book.imgStyleText) {
|
if (book.getImageStyle().equals(Book.imgStyleText, true)) {
|
||||||
var text = content.replace(srcReplaceChar, "▣")
|
var text = content.replace(srcReplaceChar, "▣")
|
||||||
val srcList = LinkedList<String>()
|
val srcList = LinkedList<String>()
|
||||||
val sb = StringBuffer()
|
val sb = StringBuffer()
|
||||||
|
|||||||
Reference in New Issue
Block a user