weread-year-in-review-video-template
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeRead Year in Review Video Template
WeRead年度阅读回顾视频模板
Create a vertical HyperFrames composition for annual reading reports: WeRead,
Goodreads, Readwise, Notion reading logs, book clubs, or personal learning
recaps. The template turns reading time, active days, bookshelf assets, notes,
keywords, and a reading persona into a shareable 9:16 video.
创建适用于年度阅读报告的竖版HyperFrames合成内容:支持WeRead、Goodreads、Readwise、Notion阅读日志、书友会或个人学习回顾。本模板可将阅读时长、活跃天数、书架资源、笔记、关键词以及阅读人设转化为可分享的9:16比例视频。
Resource Map
资源目录
text
weread-year-in-review-video-template/
├── SKILL.md
├── assets/
│ ├── template.html
│ └── default-showcase.mp4
├── references/
│ └── checklist.md
└── example.htmltext
weread-year-in-review-video-template/
├── SKILL.md
├── assets/
│ ├── template.html
│ └── default-showcase.mp4
├── references/
│ └── checklist.md
└── example.htmlWorkflow
工作流程
- Copy to
assets/template.html.index.html - Replace the default report data in the object:
REPORT- owner/title
- reading hours and active days
- bookshelf and completion stats
- note composition
- interest keywords
- reading persona and share line
- Preserve the 12-scene timeline unless the user asks for a shorter cut.
- Keep the WeRead-inspired visual language:
- warm paper background
- ink-blue typography
- restrained WeRead green accents
- book pages, bookmarks, highlights, note cards, and shelf metaphors
- Motion should feel like flipping through a reading journal. Avoid techy slide transitions, bouncy UI effects, and dashboard-loading motion.
- Keep the composition deterministic:
- direct ,
data-start, anddata-durationattributesdata-track-index - no unseeded randomness
- no infinite loops or
repeat: -1 - no dependency on scroll, hover, localStorage, or runtime class discovery
- direct
- Validate against before emitting.
references/checklist.md
- 将复制为
assets/template.html。index.html - 替换对象中的默认报告数据:
REPORT- 所有者/标题
- 阅读时长与活跃天数
- 书架与完成情况统计
- 笔记内容
- 兴趣关键词
- 阅读人设与分享语
- 除非用户要求缩短,否则保留12场景的时间线。
- 保持仿WeRead的视觉风格:
- 温暖纸张背景
- 墨蓝色字体
- 克制的WeRead绿色强调色
- 书页、书签、高亮、笔记卡片和书架等隐喻元素
- 动效应模拟翻阅阅读日志的感觉。避免科技感的幻灯片切换、弹跳式UI效果和仪表盘加载动效。
- 确保合成内容的确定性:
- 使用明确的、
data-start和data-duration属性data-track-index - 无未设定种子的随机效果
- 无无限循环或
repeat: -1 - 不依赖滚动、悬停、localStorage或运行时类发现
- 使用明确的
- 输出前对照进行验证。
references/checklist.md
Output Contract
输出规范
Emit one short orientation sentence, then a single HTML artifact:
xml
<artifact identifier="weread-year-in-review-video-template" type="text/html" title="WeRead Year in Review Video Template">
<!doctype html>
<html>...</html>
</artifact>先输出一句简短的说明语句,再输出单个HTML制品:
xml
<artifact identifier="weread-year-in-review-video-template" type="text/html" title="WeRead Year in Review Video Template">
<!doctype html>
<html>...</html>
</artifact>