auto-save 2026-05-14 03:42 (~3)
This commit is contained in:
@@ -817,6 +817,30 @@ api/main.py
|
||||
<h2>变更记录</h2>
|
||||
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
|
||||
<div class="changelog">
|
||||
<article class="change">
|
||||
<header>
|
||||
<h3>2026-05-14 · 视频抽帧面板默认静音播放</h3>
|
||||
<span class="tag violet">Input</span>
|
||||
<span class="tag blue">Video</span>
|
||||
</header>
|
||||
<div class="body">
|
||||
<p><strong>问题:</strong>输入视频缩略图改为单击打开抽帧面板后,面板播放器如果自动播放带声音,会打断工作流。</p>
|
||||
<p><strong>改动:</strong><code>VideoFramePanelNode</code> 的主播放器增加 <code>muted</code>,默认静音自动播放;用户仍可通过浏览器视频 controls 自行取消静音。</p>
|
||||
<p><strong>影响:</strong><code>web/components/nodes/index.tsx</code>、<code>docs/source-analysis.html</code>。</p>
|
||||
</div>
|
||||
</article>
|
||||
<article class="change">
|
||||
<header>
|
||||
<h3>2026-05-14 · Canvas Panel 颜色跟随来源卡片且视频单击打开</h3>
|
||||
<span class="tag violet">Canvas Panel</span>
|
||||
<span class="tag blue">UX</span>
|
||||
</header>
|
||||
<div class="body">
|
||||
<p><strong>问题:</strong>视频抽帧面板和画面工作台详情面板框架一致后,标题栏颜色也需要分别跟各自来源卡片一致;输入视频缩略图仍需要双击才能打开抽帧面板,操作偏重。</p>
|
||||
<p><strong>改动:</strong>视频抽帧面板标题栏使用 <code>--grad-input</code>,画面工作台详情面板标题栏使用 <code>--grad-ai</code>;输入视频缩略图改为单击打开抽帧面板,hover 仍负责尺寸预览。</p>
|
||||
<p><strong>影响:</strong><code>web/components/nodes/index.tsx</code>、<code>docs/source-analysis.html</code>。后续面板颜色应从来源卡片类型继承。</p>
|
||||
</div>
|
||||
</article>
|
||||
<article class="change">
|
||||
<header>
|
||||
<h3>2026-05-14 · 画面工作台详情面板统一为 Canvas Panel 框架</h3>
|
||||
|
||||
Reference in New Issue
Block a user