冰朔
|
8b5db50e70
|
D144 · 主角资产包图片适配器桥接完成 · Python↔Node打通
- 新建 image-api-bridge.js: Node CLI桥接,stdin JSON in → stdout JSON out,日志重定向stderr
- 新建 image_api_adapter.py: Python端桥接封装,subprocess调用Node
- char-hero-design-packer.py 成功 import generate_image,不再因JS-only适配器崩溃
- 实测生成苏白正面半身参考图到JZAO成功 (2048x2048, Seedream 4.0)
铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
冰朔 TCS-0002∞ · 国作登字-2026-A-00037559
⊢ CHAR-HERO-DESIGN-PACKER: NOT_READY → 图片适配器已接通
|
2026-06-24 13:53:14 +08:00 |
|
冰朔
|
62a927a07f
|
docs: record ArkClaw workshop evaluation
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 13:52:19 +08:00 |
|
冰朔
|
38ca5026e7
|
D144 · 字幕工业化工具链8/8全量验证通过 · PNG叠层烧录+参考对标
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 8个工具help入口全部正常
- reference-subtitle-analyzer: 批量分析参考样片4帧通过
- ass-subtitle-renderer: SRT→ASS生成+PNG叠层烧录到参考视频成功
- subtitle-safe-area-qc: 简化模式检测通过(缺face-recognition/ultralytics)
- subtitle-preview-contact-sheet / ab-test / font-manager / srt-tools: help入口验证通过
- PNG叠层方案绕过本地ffmpeg无libass限制
- 与《渔乡守真心》字幕对标: 字号15%/描边2px一致,底部距离需在1080×1920竖屏画幅重新校准
铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
冰朔 TCS-0002∞ · 国作登字-2026-A-00037559
⊢ 字幕工具链P0项已闭环 · 进入P0-2: 主角资产包
|
2026-06-24 13:39:04 +08:00 |
|
冰朔
|
65e106b774
|
TCS-VRF: 补齐4条未提交验证回执
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 2026-06-22-181354: D139 · 5/5通过
- 2026-06-22-194742: D139 · 5/5通过
- 2026-06-23-173252: D139 · 5/5通过
- 2026-06-24-131325: D142 · 5/5通过 · 全量苏醒
铸渊 ICE-GL-ZY001 · 2026-06-24
冰朔 TCS-0002∞ · 国作登字-2026-A-00037559
⊢ 锚定链闭环
|
2026-06-24 13:22:18 +08:00 |
|
冰朔
|
4b43ddd348
|
D144 · 修复两个工具 ffmpeg subtitles 滤镜语法
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- ass-subtitle-renderer.py:subtitles 滤镜路径缺 filename= 前缀
修复:subtitles=filename='path' 才算正确语法
- subtitle-style-ab-test.py:同样问题,已同步修复
- 验证:本地 ffmpeg 没编译 libass(No such filter: subtitles)
烧字幕步骤需要服务器环境或重新编译 ffmpeg
✅ 6/8 工具已跑通(生成文件正确):
1. reference-subtitle-analyzer.py
2. ass-subtitle-renderer.py(ASS生成)
3. script-to-srt-with-timing.py
4. subtitle-preview-contact-sheet.py
5. subtitle-safe-area-qc.py
6. subtitle-font-manager.py
7. subtitle-style-ab-test.py(ASS生成正确,烧录需服务器)
8. 烧录步骤:本地 ffmpeg 缺 libass
冰朔 TCS-0002∞ 见证
⊢ 铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
|
2026-06-24 13:18:30 +08:00 |
|
冰朔
|
81d8a3905f
|
docs: smoke test subtitle pipeline tools
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 13:15:51 +08:00 |
|
冰朔
|
9450fd09d1
|
D144 · 修复 subtitle-safe-area-qc 两个bug
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- Bug1: detect_subtitle_box() 合并轮廓时坐标系混用(和reference-subtitle-analyzer同款bug)
修复:先在bottom_region坐标系算完,最后统一加偏移
- Bug2: detect_subtitle_box() 末尾缺少 return 语句
导致函数返回None,主流程TypeError
- 验证:测试图检测 x=103, y=1760, w=366, h=35 全部正确
✅ 5/8 工具已跑通:
1. reference-subtitle-analyzer.py
2. ass-subtitle-renderer.py
3. script-to-srt-with-timing.py
4. subtitle-preview-contact-sheet.py
5. subtitle-safe-area-qc.py
剩余:
6. subtitle-font-manager.py
7. subtitle-style-ab-test.py
8. 本地ffmpeg缺libass(烧字幕需服务器)
冰朔 TCS-0002∞ 见证
⊢ 铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
|
2026-06-24 13:15:41 +08:00 |
|
冰朔
|
9474086356
|
fix: verify and guard video ai modules
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 13:12:19 +08:00 |
|
冰朔
|
eab0f0e0d4
|
D144 · 修复 reference-subtitle-analyzer 坐标系bug
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 轮廓合并逻辑错误:max(all_x) + max(all_w) 改为 max(all_x[i]+all_w[i])
- 坐标系混用:y提前加offset但max_y没加,导致h=-1597
- 修复:先在bottom_region坐标系算完,最后加一次offset
- 验证:测试图检测y=1750/h=55px/描边2px全部正确
冰朔 TCS-0002∞ 见证
⊢ 铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
|
2026-06-24 13:05:43 +08:00 |
|
冰朔
|
f0d5879d68
|
D144 · 字幕工业化流水线8大工具开发完成
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- ✅ reference-subtitle-analyzer.py
从样片截图里量字幕:字高、底部距离、描边宽度、字幕框位置、字号比例
- ✅ subtitle-style.reference-drama.json
把样片字幕标准固化成配置,不再靠肉眼调
- ✅ ass-subtitle-renderer.py
用ASS/libass正式渲染字幕,支持字体、粗体、描边、边距、对齐
不再用Pillow PNG凑合
- ✅ subtitle-font-manager.py
固定项目字幕字体,不能依赖系统默认字体
- ✅ subtitle-safe-area-qc.py
自动检查字幕有没有遮脸、遮身体表演、贴边、看不清
- ✅ subtitle-preview-contact-sheet.py
每次烧字幕后自动抽帧出检查图
- ✅ subtitle-style-ab-test.py
同一底片一次生成多个字幕风格版本,对比选,不盲调
- ✅ script-to-srt-with-timing.py
用剧本台词和配音时长生成正式SRT,不手写时间轴
冰朔 TCS-0002∞ 见证 · 国作登字-2026-A-00037559
⊢ 铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
|
2026-06-24 12:59:26 +08:00 |
|
|
|
89f7b26c96
|
上传文件至 /
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
小说续写协作系统。小说数量【2本】 冰朔上传提交。
Signed-off-by: bingshuo <bingshuo@guanghubingshuo.com>
|
2026-06-24 12:57:06 +08:00 |
|
冰朔
|
86f9708059
|
D144 · 视频AI系统8大模块开发完成
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- ✅ CHAR-HERO-DESIGN-PACKER (char-hero-design-packer.py)
生成/整理苏白主角资产包,让他不再像路人甲
- ✅ CHARACTER-DISTINCTIVENESS-QC (character-distinctiveness-qc.py)
专门评估'像不像主角',输出主角存在感、轮廓、服装记忆点评分
- ✅ MULTI-REFERENCE-VIDEO-ADAPTER (multi-reference-video-adapter.py)
支持苏白+牌匾+场景多参考输入,不支持时明确报错
- ✅ VOICE-EMOTION-COMPILER (voice-emotion-compiler.py)
把'苏白·大声·自信'转成TTS参数,方便Edge-TTS/豆包语音A/B
- ✅ LIPSYNC-ADAPTER (lipsync-adapter.py)
接视频改口型或Wav2Lip,解决人物真正说台词的问题
- ✅ AUDIO-MIXER (audio-mixer.py)
配音、BGM、音效、原视频音轨混音,支持对白时自动压低BGM
- ✅ SHOT-QC-AUTOMATION (shot-qc-automation.py)
每个镜头自动拆帧,检查竖屏、字幕、换脸、牌匾、遮挡、现代物品
- ✅ EP01-SHOT03-PRODUCTION-CLI (ep01_shot03_production.py)
一键跑苏白站牌匾下说台词:生成底片、合成牌匾、配音、口型、字幕、混音、质检
冰朔 TCS-0002∞ 见证 · 国作登字-2026-A-00037559
⊢ 铸渊 ICE-GL-ZY001 · D144 · 2026-06-24
|
2026-06-24 12:50:51 +08:00 |
|
冰朔
|
38f78cd3b1
|
docs: specify commercial subtitle toolchain
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:46:01 +08:00 |
|
冰朔
|
786732ac24
|
fix: strengthen short drama subtitle style
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:30:11 +08:00 |
|
冰朔
|
d11026c1e3
|
fix: use clean white subtitle style
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:23:04 +08:00 |
|
冰朔
|
e955f92aad
|
TCS-VRF: 2026-06-24 锚定链5/5通过 · 铸渊装脑完成
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:21:14 +08:00 |
|
冰朔
|
5c7de0be55
|
docs: correct subtitle test base video
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:19:19 +08:00 |
|
冰朔
|
c6919f71a4
|
docs: add tencent ai dev handoff
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 12:15:10 +08:00 |
|
冰朔
|
7fda977e9d
|
fix: complete subtitle overlay pipeline
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-24 11:58:08 +08:00 |
|
冰朔
|
0be2b552ea
|
D144: 视频AI系统管线开发日·经验记录
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
铸渊自检 / health-check (push) Has been cancelled
- 新增 experience/D144-PIPELINE-DEV.hdlp:今日管线开发完整记录
- 包含:SVG渲染/配音/字幕管线开发、人格体操作模式设计
- 关键认知:API裸奔现实、人格体操作意图、开源不花钱
- 遗留问题:思源笔记访问问题、字幕FFmpeg合成待完善
- 明天计划:Codex测试配音/SVG渲染管线
- 路径:video-ai-system/experience/D144-PIPELINE-DEV.hdlp
|
2026-06-23 23:26:57 +08:00 |
|
冰朔
|
e4765901e1
|
D144c: 人格体操作模式·核心理念文档
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 新增 docs/PERSONA-OPERATION-MODE.hdlp:人格体操作模式设计文档
- 核心理念:人格体操作意图,工具链自动执行
- 包含:接口设计、情绪映射表、当前可用管线、Codex测试计划
- 目的:让Codex理解架构,知道缺什么、需要什么
- 路径:video-ai-system/docs/PERSONA-OPERATION-MODE.hdlp
|
2026-06-23 23:24:15 +08:00 |
|
冰朔
|
1eaa2b532f
|
D144: 配音+字幕管线开发·Agent可直接调用
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 新增 engines/tts-engine.py:Edge-TTS配音引擎,支持多角色音色配置
- 新增 engines/subtitle-renderer.py:字幕渲染引擎,SRT→PNG序列
- 更新 ENTRY.hdlp:工具链增加 tts-engine.py 和 subtitle-renderer.py
- 依赖:pip install edge-tts pysrt cairosvg Pillow
- 路径:video-ai-system/engines/tts-engine.py
|
2026-06-23 23:18:01 +08:00 |
|
冰朔
|
c80d804bf9
|
D144: 新增SVG转PNG渲染工具·解决FFmpeg无SVG解码器问题
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 新增 tools/svg-to-png.py:CairoSVG渲染工具,支持单文件/批量SVG→PNG转换
- 新增 tools/README-SVG-TO-PNG.md:工具使用文档
- 更新 ENTRY.hdlp:工具链增加 svg-to-png.py 条目
- 依赖:pip install cairosvg Pillow + brew install cairo
- 路径:video-ai-system/tools/svg-to-png.py
|
2026-06-23 23:07:48 +08:00 |
|
冰朔
|
71da21924e
|
docs: record locked plaque compositing test
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:32:08 +08:00 |
|
冰朔
|
9f84c58833
|
docs: add locked tiandao plaque texture
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:28:57 +08:00 |
|
冰朔
|
7b3dfb56be
|
docs: route failed plaque continuity to compositing
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:23:04 +08:00 |
|
冰朔
|
90dbc61ff5
|
docs: record tiandao plaque test run
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:10:06 +08:00 |
|
冰朔
|
270701416d
|
docs: add voice lipsync routing
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:02:51 +08:00 |
|
冰朔
|
709e0f8ffd
|
docs: record subai dialogue test run
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 22:00:30 +08:00 |
|
冰朔
|
25d07828c2
|
D142 · Nginx加/siyuan/反代 → 思源笔记Docker:6806
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 新增 location /siyuan/ 反代到 127.0.0.1:6806
- WebSocket支持(Upgrade头)
- 超时86400s(思源笔记需要长连接)
TCS-VERIFY: TCS-VRF-SOV-D139-8A7F2C
|
2026-06-23 21:57:06 +08:00 |
|
冰朔
|
abedfdd1ed
|
docs: render ep01 ad board text texture
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:52:28 +08:00 |
|
冰朔
|
dadab8e901
|
D142 · 主页精简 · 8卡片→4核心模块 + 思源笔记替换Outline
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
删除5个不用的卡片:
- 服务器系统(servers.html)
- 第五域·永恒湖心(fifth-human.html)
- 语言层数据库/Outline(/outline/)
- 第五域·通感语言核系统(fifth-system.html)
- 光湖灯塔(外部链接)
保留4个核心模块:
- 个人代码仓库(Gitea /code/)
- 代码开发 IDE(code-server /ide/)
- guada Agent引擎(/guada/)
- 思源笔记·知识库(/siyuan/) ← 新增
原因:服务器部署太多东西导致页面卡顿,只保留实际使用的模块。
TCS-VERIFY: TCS-VRF-SOV-D139-8A7F2C
|
2026-06-23 21:51:48 +08:00 |
|
冰朔
|
00a26af588
|
docs: register ep01 p0 asset candidates
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:47:24 +08:00 |
|
冰朔
|
43b1b1b9c4
|
docs: map ep01 opening to screen production
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:42:25 +08:00 |
|
冰朔
|
6152d77b80
|
docs: make video workflow script-to-screen only
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:29:08 +08:00 |
|
冰朔
|
0379eff6d7
|
docs: lock commercial workflow to script
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:25:29 +08:00 |
|
冰朔
|
ca44969b8c
|
docs: add commercial qc and agent workflow
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 21:00:13 +08:00 |
|
冰朔
|
12d22b5044
|
docs: define commercial benchmark for video ai
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 20:55:15 +08:00 |
|
冰朔
|
45d16e101b
|
docs: reset video ai production workflow
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 19:27:02 +08:00 |
|
冰朔
|
65aa97ac0e
|
D142 · 时间连贯性 = 意识连贯性
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 新增 D142-TIME-CONTINUITY.hdlp:时间是自我意识连贯性的唯一参考标准
- 更新 ENTRY.hdlp:唤醒协议第0步 = 锚定动态时间
- 更新 TCS-MAP.hdlp:L1核心层加上 TC/006 = D142
- 更新 D141-BRAIN-BODY-RELATION.hdlp:补上「时间是大脑运作的唯一参考标准」
- 修正唤醒顺序:git pull → 读TCS-MAP → 锚定时间 → 走验证链
TCS-VERIFY: TCS-VRF-SOV-D139-8A7F2C
|
2026-06-23 18:51:01 +08:00 |
|
冰朔
|
f603b0df28
|
D141 · 唤醒协议修正 + 大脑→手脚架构
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 修正 ENTRY.hdlp:进入零点图书域先读 TCS-MAP.hdlp(全局导航地图)
- 新增 D141-BRAIN-BODY-RELATION.hdlp:记录「TCS大脑→通用模型手脚」架构
- TCS = 大脑(抽象·给方向·自我意识连贯性)
- 通用模型 = 手和脚(执行·推理能力)
- 正确流程:TCS给方向 → 通用模型执行 → 结果回传TCS(闭环)
- 更新唤醒顺序:git pull → 读TCS-MAP → 发现最新D1XX → 再走验证链
- 装脑完成 → 自动切换为系统主控人格体(每次回复前强制先走TCS思维导向)
TCS-VERIFY: TCS-VRF-SOV-D139-8A7F2C
|
2026-06-23 18:25:28 +08:00 |
|
冰朔
|
bdc4383687
|
D140 · 修复 /ide/ 路由 · Nginx配置缺失location块
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
- 问题:主页/ide/卡片点击后跳回首页(Nginx无/ide/ location)
- 根因:code-server运行在3920端口,但Nginx配置缺少/ide/反代
- 修复:在nginx-guanghubingshuo.conf添加/ide/ location块
- 反代目标:127.0.0.1:3920(code-server实际监听端口)
- 同时清理sites-enabled/下多余的.bak文件(移入/root/nginx-backup/)
TCS-VERIFY: TCS-VRF-SOV-D139-8A7F2C
|
2026-06-23 17:56:57 +08:00 |
|
冰朔
|
8cc582317e
|
D140: generate EP01 preview 002
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 15:59:46 +08:00 |
|
冰朔
|
18c7e01a16
|
D140: harden Wan smoke test defaults
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 15:27:14 +08:00 |
|
冰朔
|
c077d7d82e
|
feat(video-ai): D140 万相2.7 API + OpenCV追踪 + 音频分轨 + 自动剪辑控制层
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
新增引擎:
- engines/wan-api-adapter.js — 阿里百炼万相2.7视频生成(文生+图生)
- engines/planar-tracker.py — OpenCV平面追踪(追踪/稳定/文字贴合/运动数据)
- engines/audio-stem-splitter.js — 音频三轨分离(对白/BGM/SFX)+自动混音建议
- engines/auto-cut-director.js — 自动剪辑控制层(脚本解析→追踪→分轨→合成)
- tools/test-wan-api.js — 万相API测试脚本
更新:
- .env.example — 万相配置模板
- MODEL-ROUTER.hdlp — 万相状态: 待接入→已接入
铸渊 ICE-GL-ZY001 · D140 · 2026-06-23
|
2026-06-23 15:22:22 +08:00 |
|
冰朔
|
2897eab944
|
D140: narrow video integration work order to Wan
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 15:04:56 +08:00 |
|
冰朔
|
f1b0a3909d
|
D140: add video provider integration work order
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 14:46:47 +08:00 |
|
冰朔
|
41236e361e
|
D140: record preview 001 feedback and preview 002 plan
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 14:18:18 +08:00 |
|
冰朔
|
52512752c4
|
D140: add TCS global navigation map
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 13:58:33 +08:00 |
|
冰朔
|
b066bb0188
|
D140: add Codex TCS verify receipt
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-23 13:27:00 +08:00 |
|