auto-save 2026-05-14 03:09 (~3)

This commit is contained in:
2026-05-14 03:09:40 +08:00
parent 3df3ce4b1a
commit 79b3f7961b
3 changed files with 41 additions and 5 deletions

View File

@@ -816,6 +816,18 @@ api/main.py
<h2>变更记录</h2>
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
<div class="changelog">
<article class="change">
<header>
<h3>2026-05-14 · Hover 大预览尺寸信息增强</h3>
<span class="tag violet">Canvas</span>
<span class="tag blue">HoverPreview</span>
</header>
<div class="body">
<p><strong>问题:</strong>原始尺寸和 Fit 比例之前是左上角小号单行文字,用户在快速扫缩略图时不够醒目,无法马上感知素材分辨率差异。</p>
<p><strong>改动:</strong><code>HoverPreview</code> 左上角改为两层信息徽章:标题固定为“原始尺寸”,主数字用大号等宽字体显示 <code>×</code>,旁边保留 <code>Fit</code> 百分比或 <code>1:1 原寸</code> 状态。</p>
<p><strong>影响:</strong><code>web/components/nodes/hover-preview.tsx</code><code>docs/source-analysis.html</code>。定位和 Fit / 1:1 行为不变,只提升尺寸信息可读性。</p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-14 · 删除确认改为页面内分层交互</h3>