fix: 修正第92章引号转义,章节列表标题添加编号
This commit is contained in:
parent
617922fd7b
commit
c086d1de09
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user