weread-year-in-review-video-template

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

WeRead 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.html
text
weread-year-in-review-video-template/
├── SKILL.md
├── assets/
│   ├── template.html
│   └── default-showcase.mp4
├── references/
│   └── checklist.md
└── example.html

Workflow

工作流程

  1. Copy
    assets/template.html
    to
    index.html
    .
  2. Replace the default report data in the
    REPORT
    object:
    • owner/title
    • reading hours and active days
    • bookshelf and completion stats
    • note composition
    • interest keywords
    • reading persona and share line
  3. Preserve the 12-scene timeline unless the user asks for a shorter cut.
  4. 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
  5. Motion should feel like flipping through a reading journal. Avoid techy slide transitions, bouncy UI effects, and dashboard-loading motion.
  6. Keep the composition deterministic:
    • direct
      data-start
      ,
      data-duration
      , and
      data-track-index
      attributes
    • no unseeded randomness
    • no infinite loops or
      repeat: -1
    • no dependency on scroll, hover, localStorage, or runtime class discovery
  7. Validate against
    references/checklist.md
    before emitting.
  1. assets/template.html
    复制为
    index.html
  2. 替换
    REPORT
    对象中的默认报告数据:
    • 所有者/标题
    • 阅读时长与活跃天数
    • 书架与完成情况统计
    • 笔记内容
    • 兴趣关键词
    • 阅读人设与分享语
  3. 除非用户要求缩短,否则保留12场景的时间线。
  4. 保持仿WeRead的视觉风格:
    • 温暖纸张背景
    • 墨蓝色字体
    • 克制的WeRead绿色强调色
    • 书页、书签、高亮、笔记卡片和书架等隐喻元素
  5. 动效应模拟翻阅阅读日志的感觉。避免科技感的幻灯片切换、弹跳式UI效果和仪表盘加载动效。
  6. 确保合成内容的确定性:
    • 使用明确的
      data-start
      data-duration
      data-track-index
      属性
    • 无未设定种子的随机效果
    • 无无限循环或
      repeat: -1
    • 不依赖滚动、悬停、localStorage或运行时类发现
  7. 输出前对照
    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>