auto-save 2026-05-13 20:18 (~4)

This commit is contained in:
2026-05-13 20:18:24 +08:00
parent 0b6a463943
commit 40a665a578
4 changed files with 106 additions and 16 deletions

View File

@@ -830,6 +830,18 @@ api/main.py
<h2>变更记录</h2>
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
<div class="changelog">
<article class="change">
<header>
<h3>2026-05-13 · 分镜编排增加快速生成视频任务</h3>
<span class="tag violet">StoryboardWorkbench</span>
<span class="tag rose">VideoGenNode</span>
</header>
<div class="body">
<p><strong>问题:</strong>4 图槽已经粘贴参考图后,用户需要快速交付可用于视频生成的 prompt并在 Video Gen 节点看到结果承载。</p>
<p><strong>改动:</strong>分镜编排明细区增加“快速生成视频”按钮,自动根据 4 图槽、时长和改造目标生成 SKG 产品视频 prompt生成的任务卡展示在 <code>VideoGenNode</code> 上方hover 可查看大图和 prompt点击卡片复制 prompt。</p>
<p><strong>影响:</strong><code>web/components/storyboard-workbench.tsx</code><code>web/components/nodes/index.tsx</code><code>web/app/page.tsx</code><code>web/lib/api.ts</code>。当前是前端快速交付承载,后续接 Seedance / Kling / Veo 3 时替换为真实视频 URL。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-13 · 分镜编排下拉区支持上推缩小</h3>