auto-save 2026-05-15 17:28 (~3)
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"files_changed": 5,
|
||||
"hash": "11de581",
|
||||
"message": "auto-save 2026-05-14 01:57 (+1, ~4)",
|
||||
"ts": "2026-05-14T01:57:34+08:00",
|
||||
"type": "commit"
|
||||
},
|
||||
{
|
||||
"files_changed": 1,
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-14 01:57 (+1, ~4)",
|
||||
"ts": "2026-05-13T17:58:48Z",
|
||||
"type": "session-heartbeat"
|
||||
},
|
||||
{
|
||||
"files_changed": 5,
|
||||
"message": "Claude 会话活跃 · 最近命令:claude · 5 项未提交变更 · 最近提交:auto-save 2026-05-14 01:57 (+1, ~4)",
|
||||
@@ -3252,6 +3239,19 @@
|
||||
"message": "auto-save 2026-05-15 17:17 (~2)",
|
||||
"hash": "f590d51",
|
||||
"files_changed": 2
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T17:22:54+08:00",
|
||||
"type": "commit",
|
||||
"message": "auto-save 2026-05-15 17:22 (~4, -1)",
|
||||
"hash": "d802701",
|
||||
"files_changed": 5
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T09:24:48Z",
|
||||
"type": "session-heartbeat",
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 2 项未提交变更 · 最近提交:auto-save 2026-05-15 17:22 (~4, -1)",
|
||||
"files_changed": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -592,7 +592,7 @@
|
||||
<tbody>
|
||||
<tr><td><code>web/app/page.tsx</code></td><td>产品工作台主状态:jobs、activeJobId、按 job 隔离的 selectedFrames/详情面板状态、clipboard、ReactFlow 节点和边;负责打开/找回画布工作面板。</td></tr>
|
||||
<tr><td><code>web/app/login/page.tsx</code></td><td>生产登录页:访问账号/访问密钥表单、保持会话、错误/成功状态;左侧展示区改为高级内容入口结构,使用抽象流程视觉、黑白/香槟金视觉、Internal Access 胶囊和画面/声音/成片状态栏;同时保留动态角色作为 Live Creative Modules 小组件。</td></tr>
|
||||
<tr><td><code>web/components/login/animated-login-characters.tsx</code></td><td>登录页四个几何动态角色组件:当前以小型 Live Studio Modules 方式挂在产品区,保留鼠标眼神跟随、输入、显示密码、错误和成功状态反馈。</td></tr>
|
||||
<tr><td><code>web/components/login/animated-login-characters.tsx</code></td><td>登录页四个几何动态角色组件:当前以小型 Live Creative Modules 方式挂在左侧展示区,保留鼠标眼神跟随、输入、显示密码、错误和成功状态反馈。</td></tr>
|
||||
<tr><td><code>web/components/nodes/index.tsx</code></td><td>DAG 节点定义:Input、VisualLab、Audio、Compose,以及画布工作面板 KeyframePanel / VideoFramePanel;旧 Keyframe/Storyboard/VideoGen 组件保留但不再挂主画布。</td></tr>
|
||||
<tr><td><code>web/components/audio-strip.tsx</code></td><td>底部吸附音频条:可拖拽调整高度;播放原音频时移动指针,逐个高亮英文/中文字幕节点和对应波形,并在右侧固定显示按原音频时长生成的 SKG 英文产品口播和 MiniMax 随机英文配音。</td></tr>
|
||||
<tr><td><code>web/components/lightbox.tsx</code></td><td>关键帧素材准备面板:清洗、统一主体候选、参考帧网格、六张主体重绘图、每帧去主体场景图、纵向 6 行产品融合镜头工作表和审核。</td></tr>
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
}
|
||||
.login-premium-copy {
|
||||
margin: 18px 0 0;
|
||||
max-width: 520px;
|
||||
max-width: 430px;
|
||||
color: rgba(40, 40, 40, 0.58);
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
@@ -264,7 +264,7 @@
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
bottom: 8px;
|
||||
width: min(46%, 390px);
|
||||
width: min(40%, 330px);
|
||||
aspect-ratio: 1;
|
||||
border: 1px solid rgba(40, 40, 40, 0.08);
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user