微信阅读插件主题模板
微信阅读插件主题模板
微信阅读插件主题模板
---doc_type: weread-highlights-reviewsbookId: "{{ metaData.bookId }}"title: {{ metaData.title }}reviewCount: {{ metaData.reviewCount }}noteCount: {{ metaData.noteCount }}category: bookstatus: 2image: {{ metaData.cover }}tags: - {{ metaData.category }} - {{ metaData.author }}published: {{ metaData.lastReadDate }}---
> > **书名**: {{ metaData.title }}> **作者**: {{ metaData.author }}> **简介**: {{ metaData.intro }}
---
# ✍️ 高亮划线
{% for chapter in chapterHighlights %}## {{ chapter.chapterTitle }}
{% for highlight in chapter.highlights %}1. {{ highlight.markText | trim }}
<div style="text-align:right; color:#999; font-size:0.85em; margin-top:-1.2em;"> ⏱ {{ highlight.createTime }} </div>
{% endfor %}{% endfor %}
---
# 📒 读书笔记
{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}### {{ chapter.chapterTitle }}
{% for review in chapter.reviews %}1. {{ review.content }}
<div style="text-align:right; color:#999; font-size:0.85em; margin-top:-1.2em;"> ⏱ {{ review.createTime }} </div>
{% endfor %}{% endif %}{% endfor %}
---
# 🤖 本书评论
### 读者书评{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}1. {{ bookReview.mdContent }}
<div style="text-align:right; color:#999; font-size:0.85em; margin-top:-1.2em;"> ⏱ {{ bookReview.createTime }} </div>
{% endfor %}{% endif %}评论区
[ 标签 ]
[ 分类 ]
[ 公告 ]
如果你喜欢,那么欢迎来到我的世界!
了解更多[ 音乐 ]
找不到相关结果。
[ contents ]
[ 全部文章 ]













