auto-save 2026-05-15 16:27 (~3)

This commit is contained in:
2026-05-15 16:27:46 +08:00
parent 36eb205af0
commit ecc5894e52
3 changed files with 25 additions and 20 deletions

View File

@@ -942,6 +942,17 @@ 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>
</header>
<div class="body">
<p><strong>问题:</strong>角色舞台默认挂了 <code>login-stage-breathe</code> 无限循环,导致四个角色在登录页一直上下移动。</p>
<p><strong>改动:</strong>移除默认呼吸动画,角色平时固定贴底;错误态只保留短暂横向抖动,成功态保留一次性反馈动画。</p>
<p><strong>影响:</strong><code>web/app/globals.css</code><code>docs/source-analysis.html</code></p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-15 · 登录页角色组件重构</h3>