This commit is contained in:
2024-03-11 18:04:46 +08:00
parent 1b8d7c0e91
commit b29afdf0f6

View File

@@ -349,7 +349,7 @@ class EpubFile:
chapter_id = chapter['chapter_id']
ch = epub.EpubHtml(
title=chapter_title,
file_name=f'ch{chapter_id}.xhtml',
file_name=f'{chapter_id}.xhtml',
lang='zh-CN',
uid=f'ch{chapter_id}',
)