设置了时间格式,结果显示是yyyy/mm/dd格式
---
{{#globalComments}}
## 书评
{{globalComments}} (写于{{createTime7}})
{{/globalComments}}
{{#chapters}}
{{#chapterTitle}}
## {{chapterTitle1}}
### {{chapterTitle2}}
#### {{chapterTitle3}}
##### {{chapterTitle4}}
{{/chapterTitle}}
{{#chapterComments}}
💬 章节评论:
{{chapterComments}} (记于{{createTime7}})
{{/chapterComments}}
{{#notes}}
{{#highlightText}}
- {{highlightText}}
{{/highlightText}}
{{#highlightCreateTime7}}
- 标注时间:{{highlightCreateTime7}}
{{/highlightCreateTime7}}
{{#comments}}
- 💬 {{content}} (创建于{{#commentCreateTime7}}{{commentCreateTime7}}{{/commentCreateTime7}})
{{/comments}}
{{/notes}}
{{/chapters}}