auto-save 2026-05-15 23:32 (~2)

This commit is contained in:
2026-05-15 23:32:37 +08:00
parent 9de78a3ba5
commit 649d0f66e4
2 changed files with 25 additions and 13 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>AlertCircle</code> 图标渲染;错误反馈仍由动态角色的 error 状态承担,成功态勾选图标保留。</p>
<p><strong>影响:</strong><code>web/app/login/page.tsx</code><code>docs/source-analysis.html</code></p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-15 · 登录页补系统标识和保持登录</h3>