2026-05-15 · 登录页角色取消默认上下浮动
+ UI +问题:角色舞台默认挂了 login-stage-breathe 无限循环,导致四个角色在登录页一直上下移动。
改动:移除默认呼吸动画,角色平时固定贴底;错误态只保留短暂横向抖动,成功态保留一次性反馈动画。
+影响:web/app/globals.css、docs/source-analysis.html。
diff --git a/.memory/worklog.json b/.memory/worklog.json index d91369b..222387b 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,18 +1,5 @@ { "entries": [ - { - "files_changed": 4, - "hash": "3026319", - "message": "auto-save 2026-05-14 01:00 (+2, ~2)", - "ts": "2026-05-14T01:00:24+08:00", - "type": "commit" - }, - { - "files_changed": 2, - "message": "Claude 会话活跃 · 最近命令:claude · 2 项未提交变更 · 最近提交:auto-save 2026-05-14 01:00 (+2, ~2)", - "ts": "2026-05-13T17:03:10Z", - "type": "session-heartbeat" - }, { "files_changed": 7, "hash": "3684917", @@ -3251,6 +3238,19 @@ "message": "auto-save 2026-05-15 16:16 (~1)", "hash": "e262285", "files_changed": 1 + }, + { + "ts": "2026-05-15T16:22:15+08:00", + "type": "commit", + "message": "auto-save 2026-05-15 16:22 (~1)", + "hash": "36eb205", + "files_changed": 1 + }, + { + "ts": "2026-05-15T08:24:47Z", + "type": "session-heartbeat", + "message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-15 16:22 (~1)", + "files_changed": 1 } ] } diff --git a/docs/source-analysis.html b/docs/source-analysis.html index cb87a0a..b8a8287 100644 --- a/docs/source-analysis.html +++ b/docs/source-analysis.html @@ -942,6 +942,17 @@ SubjectAsset {
这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。
问题:角色舞台默认挂了 login-stage-breathe 无限循环,导致四个角色在登录页一直上下移动。
改动:移除默认呼吸动画,角色平时固定贴底;错误态只保留短暂横向抖动,成功态保留一次性反馈动画。
+影响:web/app/globals.css、docs/source-analysis.html。