diff --git a/.memory/worklog.json b/.memory/worklog.json index 77db3f1..b43538d 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,17 +1,5 @@ { "entries": [ - { - "files_changed": 2, - "message": "Codex 会话活跃 · 最近命令:codex · 2 项未提交变更 · 最近提交:auto-save 2026-05-14 05:38 (~3)", - "ts": "2026-05-13T21:38:51Z", - "type": "session-heartbeat" - }, - { - "files_changed": 3, - "message": "Claude 会话活跃 · 最近命令:claude · 3 项未提交变更 · 最近提交:auto-save 2026-05-14 05:38 (~3)", - "ts": "2026-05-13T21:43:13Z", - "type": "session-heartbeat" - }, { "files_changed": 3, "hash": "1b3148d", @@ -3265,6 +3253,19 @@ "message": "auto-save 2026-05-15 23:32 (~2)", "hash": "649d0f6", "files_changed": 2 + }, + { + "ts": "2026-05-15T23:38:10+08:00", + "type": "commit", + "message": "auto-save 2026-05-15 23:37 (~4)", + "hash": "757a492", + "files_changed": 4 + }, + { + "ts": "2026-05-15T15:41:55Z", + "type": "session-heartbeat", + "message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-15 23:37 (~4)", + "files_changed": 1 } ] } diff --git a/docs/source-analysis.html b/docs/source-analysis.html index 2f53e74..f8e08ef 100644 --- a/docs/source-analysis.html +++ b/docs/source-analysis.html @@ -955,7 +955,7 @@ SubjectAsset {

问题:错误感叹号去掉后,保持登录和提交按钮之间仍保留了旧状态区空位;右侧表单整体也显得偏高。

-

改动:web/app/login/page.tsx 只在成功态渲染状态图标,不再为空闲/错误态保留固定高度;web/app/globals.css 将桌面端右侧表单向下微移,移动端保持原排列。

+

改动:web/app/login/page.tsx 只在成功态渲染状态图标,不再为空闲/错误态保留固定高度;web/app/globals.css 将桌面端右侧表单继续下移到更贴近截图反馈的位置,移动端保持原排列。

影响:web/app/login/page.tsxweb/app/globals.cssdocs/source-analysis.html

diff --git a/web/app/globals.css b/web/app/globals.css index 2779796..9ba46f2 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -454,7 +454,7 @@ } .login-source-form-pane { min-width: 0; - transform: translateY(28px); + transform: translateY(44px); } .login-hero { isolation: isolate;