File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ <h1>目录</h1>
28
28
{{#each chapter as |c| }}
29
29
< li class ="{{#if c.chapter.has_sub_chap }}chapter{{else}}subchapter{{/if}} "> < a
30
30
href ="chap_{{c.chapter.id}}.html#chap_{{c.chapter.id}} "> {{c.chapter.title}}</ a > </ li >
31
- {{# if c.subchapter}}< ol >
32
- {{#each c.subchapter as |subchap|}} < li class ="subchapter "> < a href ="chap_{{c.chapter.id}}.html#subchap_{{subchap.id}} "> {{subchap.title}}</ a > </ li >
31
+ {{# if c.subchapter}}< ol > {{#each c.subchapter as |subchap|}}
32
+ < li class ="subchapter "> < a href ="chap_{{c.chapter.id}}.html#subchap_{{subchap.id}} "> {{subchap.title}}</ a > </ li >
33
33
{{/each}}
34
34
</ ol > {{/if}}
35
35
{{/each}}
Original file line number Diff line number Diff line change 23
23
<item id =" ncx" href =" toc.ncx" media-type =" application/x-dtbncx+xml" />
24
24
</manifest >
25
25
<spine toc =" ncx" >
26
- <itemref idref =" cover" />
27
26
<itemref idref =" title-page" />
28
27
<itemref idref =" catalog" />
29
28
{{#each chapter}}
You can’t perform that action at this time.
0 commit comments