auto-save 2026-05-14 02:41 (~4)

This commit is contained in:
2026-05-14 02:42:05 +08:00
parent 2b7eb003c4
commit 43da9378cd
4 changed files with 54 additions and 15 deletions

View File

@@ -815,6 +815,18 @@ 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">Canvas</span>
<span class="tag blue">Thumbnail</span>
</header>
<div class="body">
<p><strong>问题:</strong>节点上方缩略图横排内容多时,原生横向滚动条太细且在画布缩放下不容易点中,用户很难拖动。</p>
<p><strong>改动:</strong>新增 <code>FloatingThumbnailStrip</code> / <code>ThumbnailScrollRail</code>,在缩略图下方显示明显的大号紫色拖动轨道;轨道支持点击跳转、按住拖动和键盘左右移动,并用 <code>nodrag nopan</code> 避免误触发画布拖拽。</p>
<p><strong>影响:</strong><code>web/components/nodes/index.tsx</code><code>web/app/globals.css</code><code>docs/source-analysis.html</code>。Input、VisualLab 以及保留的旧视觉节点缩略图条共用同一交互。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-14 · 三个视觉节点合并为画面工作台</h3>