2026-05-16 · 登录页品牌文字和 Logo 水平对齐
+ UI + Login +问题:SKG logo 放大后,右侧“营销内容工作台”的视觉水平线和 logo 内“未来健康”中文部分略有错位。
+改动:web/app/globals.css 将系统标识连同分隔线整体下移,桌面端和移动端分别使用不同偏移,保持 logo 尺寸不变。
影响:web/app/globals.css、docs/source-analysis.html。
diff --git a/.memory/worklog.json b/.memory/worklog.json index c899784..29efe7f 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -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 } ] } diff --git a/docs/source-analysis.html b/docs/source-analysis.html index 9818f1c..b779812 100644 --- a/docs/source-analysis.html +++ b/docs/source-analysis.html @@ -947,6 +947,18 @@ SubjectAsset {
这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。
问题:SKG logo 放大后,右侧“营销内容工作台”的视觉水平线和 logo 内“未来健康”中文部分略有错位。
+改动:web/app/globals.css 将系统标识连同分隔线整体下移,桌面端和移动端分别使用不同偏移,保持 logo 尺寸不变。
影响:web/app/globals.css、docs/source-analysis.html。