This commit is contained in:
2024-03-11 18:05:56 +08:00
parent b29afdf0f6
commit c37abe2f3f

View File

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