auto-save 2026-05-15 23:37 (~4)

This commit is contained in:
2026-05-15 23:38:10 +08:00
parent 649d0f66e4
commit 757a492888
4 changed files with 28 additions and 12 deletions

View File

@@ -947,6 +947,18 @@ SubjectAsset {
<h2>变更记录</h2>
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
<div class="changelog">
<article class="change">
<header>
<h3>2026-05-15 · 登录右侧表单下移并收紧按钮间距</h3>
<span class="tag rose">UI</span>
<span class="tag violet">Login</span>
</header>
<div class="body">
<p><strong>问题:</strong>错误感叹号去掉后,保持登录和提交按钮之间仍保留了旧状态区空位;右侧表单整体也显得偏高。</p>
<p><strong>改动:</strong><code>web/app/login/page.tsx</code> 只在成功态渲染状态图标,不再为空闲/错误态保留固定高度;<code>web/app/globals.css</code> 将桌面端右侧表单向下微移,移动端保持原排列。</p>
<p><strong>影响:</strong><code>web/app/login/page.tsx</code><code>web/app/globals.css</code><code>docs/source-analysis.html</code></p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-15 · 登录错误状态去掉感叹号</h3>