修改分页问题
This commit is contained in:
@@ -293,7 +293,9 @@ public final class RDEPUBTextBookBuilder {
|
||||
baseURL: parser.fileURL(forRelativePath: item.href)?.deletingLastPathComponent(),
|
||||
style: style,
|
||||
resourceResolver: publication.resourceResolver,
|
||||
contentLanguageCode: publication.metadata.language
|
||||
contentLanguageCode: publication.metadata.language,
|
||||
pageSize: pageSize,
|
||||
layoutConfig: layoutConfig
|
||||
)
|
||||
|
||||
// 渲染 HTML → NSAttributedString
|
||||
|
||||
Reference in New Issue
Block a user