auto-save 2026-05-16 00:22 (~3)

This commit is contained in:
2026-05-16 00:22:44 +08:00
parent 1faf2ed528
commit c748991e62
3 changed files with 27 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-16 · 登录页品牌文字和 Logo 水平对齐</h3>
<span class="tag rose">UI</span>
<span class="tag violet">Login</span>
</header>
<div class="body">
<p><strong>问题:</strong>SKG logo 放大后,右侧“营销内容工作台”的视觉水平线和 logo 内“未来健康”中文部分略有错位。</p>
<p><strong>改动:</strong><code>web/app/globals.css</code> 将系统标识连同分隔线整体下移,桌面端和移动端分别使用不同偏移,保持 logo 尺寸不变。</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-16 · 登录页系统标识改中文并放大 Logo</h3>