From fae3fb305563065c5a969097f5cdffdb02f23316 Mon Sep 17 00:00:00 2001 From: kang Date: Fri, 15 May 2026 18:01:35 +0800 Subject: [PATCH] auto-save 2026-05-15 18:01 (~2) --- .memory/worklog.json | 13 +++++++------ docs/source-analysis.html | 15 ++++++++++++++- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 9259dbc..fa9888b 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,11 +1,5 @@ { "entries": [ - { - "files_changed": 1, - "message": "Claude 会话活跃 · 最近命令:claude · 1 项未提交变更 · 最近提交:auto-save 2026-05-14 02:19 (~4)", - "ts": "2026-05-13T18:23:11Z", - "type": "session-heartbeat" - }, { "files_changed": 2, "hash": "eace01e", @@ -3253,6 +3247,13 @@ "type": "session-heartbeat", "message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-15 17:50 (~1)", "files_changed": 3 + }, + { + "ts": "2026-05-15T17:56:05+08:00", + "type": "commit", + "message": "auto-save 2026-05-15 17:55 (+1, ~3)", + "hash": "a662130", + "files_changed": 4 } ] } diff --git a/docs/source-analysis.html b/docs/source-analysis.html index 5d4a00b..934001c 100644 --- a/docs/source-analysis.html +++ b/docs/source-analysis.html @@ -591,7 +591,8 @@ - + + @@ -942,6 +943,18 @@ SubjectAsset {

变更记录

这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。

+
+
+

2026-05-15 · 登录页改为 Digital Oasis 动态背景

+ UI + Canvas +
+
+

问题:用户希望采用下载的 remix-3d-website-the-digital-o 视觉方向;登录页需要更有沉浸感,但不能回到具体产品展示。

+

改动:新增 web/components/login/oasis-canvas.tsx,用本地 Canvas 绘制全屏低视角景深草场、金色柔光、粒子和鼠标轻微交互,替代原左侧抽象流程卡片;web/app/login/page.tsx 改为全屏动态背景 + 右侧身份验证面板结构,保留 Live Creative Modules 动态角色、内容创作中枢文案和画面/声音/成片状态栏,不引入外部 CDN 或产品元素。

+

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

+
+

2026-05-15 · 登录页移除产品元素并保留动态模块

web/app/page.tsx产品工作台主状态:jobs、activeJobId、按 job 隔离的 selectedFrames/详情面板状态、clipboard、ReactFlow 节点和边;负责打开/找回画布工作面板。
web/app/login/page.tsx生产登录页:访问账号/访问密钥表单、保持会话、错误/成功状态;左侧展示区改为高级内容入口结构,使用抽象流程视觉、黑白/香槟金视觉、Internal Access 胶囊和画面/声音/成片状态栏;同时保留动态角色作为 Live Creative Modules 小组件。
web/app/login/page.tsx生产登录页:访问账号/访问密钥表单、保持会话、错误/成功状态;页面改为全屏 Digital Oasis 式动态背景、黑白/香槟金视觉、Internal Access 胶囊和画面/声音/成片状态栏;同时保留动态角色作为 Live Creative Modules 小组件。
web/components/login/oasis-canvas.tsx登录页全屏动态视觉层:本地 Canvas 绘制低视角景深草场、金色柔光、粒子和随鼠标轻微摆动的草叶,不依赖外部 CDN,不出现任何产品元素。
web/components/login/animated-login-characters.tsx登录页四个几何动态角色组件:当前以小型 Live Creative Modules 方式挂在左侧展示区,保留鼠标眼神跟随、输入、显示密码、错误和成功状态反馈。
web/components/nodes/index.tsxDAG 节点定义:Input、VisualLab、Audio、Compose,以及画布工作面板 KeyframePanel / VideoFramePanel;旧 Keyframe/Storyboard/VideoGen 组件保留但不再挂主画布。
web/components/audio-strip.tsx底部吸附音频条:可拖拽调整高度;播放原音频时移动指针,逐个高亮英文/中文字幕节点和对应波形,并在右侧固定显示按原音频时长生成的 SKG 英文产品口播和 MiniMax 随机英文配音。