auto-save 2026-05-16 00:22 (~3)
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"files_changed": 4,
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 4 项未提交变更 · 最近提交:auto-save 2026-05-14 06:05 (~1)",
|
||||
"ts": "2026-05-13T22:08:51Z",
|
||||
"type": "session-heartbeat"
|
||||
},
|
||||
{
|
||||
"files_changed": 6,
|
||||
"hash": "871ced6",
|
||||
"message": "auto-save 2026-05-14 06:11 (~6)",
|
||||
"ts": "2026-05-14T06:11:29+08:00",
|
||||
"type": "commit"
|
||||
},
|
||||
{
|
||||
"files_changed": 2,
|
||||
"message": "Claude 会话活跃 · 最近命令:claude · 2 项未提交变更 · 最近提交:auto-save 2026-05-14 06:11 (~6)",
|
||||
@@ -3267,6 +3254,19 @@
|
||||
"type": "session-heartbeat",
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-16 00:11 (~1)",
|
||||
"files_changed": 1
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-16T00:17:10+08:00",
|
||||
"type": "commit",
|
||||
"message": "auto-save 2026-05-16 00:16 (~1)",
|
||||
"hash": "1faf2ed",
|
||||
"files_changed": 1
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T16:21:55Z",
|
||||
"type": "session-heartbeat",
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-16 00:16 (~1)",
|
||||
"files_changed": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -420,6 +420,7 @@
|
||||
display: inline-flex;
|
||||
min-height: 20px;
|
||||
align-items: center;
|
||||
transform: translateY(4px);
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.18);
|
||||
padding-left: 14px;
|
||||
color: rgba(255, 255, 255, 0.66);
|
||||
@@ -1248,6 +1249,7 @@
|
||||
padding-left: 10px;
|
||||
font-size: 10px;
|
||||
letter-spacing: 0.06em;
|
||||
transform: translateY(2px);
|
||||
white-space: normal;
|
||||
}
|
||||
.login-source-character-strip {
|
||||
|
||||
Reference in New Issue
Block a user