20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
# {{notebookTitle}}
|
|
**最后同步时间**: {{updateTime}}
|
|
|
|
{{#globalComments}}
|
|
## 书评
|
|
> 💬 {{globalComments}}
|
|
{{/globalComments}}
|
|
|
|
{{#chapters}}
|
|
## {{chapterTitle}}
|
|
### 重点笔记
|
|
{{#notes}}
|
|
- {{highlightText}}
|
|
> 💬 {{highlightComment}}
|
|
{{/notes}}
|
|
{{#chapterComments}}
|
|
### 章节思考
|
|
> 💬 {{chapterComments}}
|
|
{{/chapterComments}}
|
|
{{/chapters}} |