fix: 修正第92章引号转义,章节列表标题添加编号

This commit is contained in:
李策 2026-03-26 10:05:26 +08:00
parent 617922fd7b
commit c086d1de09
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -219,7 +219,7 @@ function renderChaptersList() {
<div class="timeline-marker"></div>
<a href="reader.html?id=${chapter.id}" class="timeline-content">
<div class="timeline-header">
<h3>${chapter.title}</h3>
<h3>第${chapter.id} ${chapter.title}</h3>
<span class="timeline-date">${chapter.date}</span>
</div>
<p class="timeline-subtitle">${chapter.subtitle}</p>