auto-save 2026-05-15 15:59 (~4)

This commit is contained in:
2026-05-15 16:00:08 +08:00
parent eabec39bdc
commit 4b44c285e5
4 changed files with 42 additions and 32 deletions

View File

@@ -941,6 +941,16 @@ 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>放大登录页动画角色的鼠标跟随瞳孔位移,并加大显示密码时眼睛整体看向目标的偏移;同时略微放大白眼球,避免瞳孔大幅移动时显得被裁切。</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>