auto-save 2026-05-13 19:50 (~4)

This commit is contained in:
2026-05-13 19:50:51 +08:00
parent 2ccbf4b9c6
commit a471f89e16
4 changed files with 40 additions and 21 deletions

View File

@@ -830,6 +830,17 @@ 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">StoryboardBar</span>
</header>
<div class="body">
<p><strong>问题:</strong>顶部 <code>StoryboardBar</code> 的“进入编排”和分镜缩略图点击会打开全屏 <code>StoryboardWorkbench</code>,打断当前画布流程。</p>
<p><strong>改动:</strong>顶部按钮改为“展开编排”,只下拉展示当前分镜列表;缩略图点击只聚焦该分镜,不再触发全屏跳转。</p>
<p><strong>影响:</strong><code>web/components/storyboard-bar.tsx</code><code>web/app/page.tsx</code>;全屏工作台仍保留给其他明确入口。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-13 · 钉住关键帧详情改为左侧停靠</h3>