Azmat@qq.com
|
75b1665f76
|
一件成片积分计算补上
|
2026-09-04 18:30:43 +08:00 |
|
Azmat@qq.com
|
0d042edc73
|
一键成片优化
|
2026-09-04 18:16:43 +08:00 |
|
Azmat@qq.com
|
15718a60bf
|
大量优化修改扣积分规则
|
2026-09-04 17:20:22 +08:00 |
|
Azmat@qq.com
|
3e904479d9
|
修改全能创作发现问题
|
2026-09-03 19:00:59 +08:00 |
|
Azmat@qq.com
|
22ed2833ad
|
优化脚本生成卡住问题
|
2026-09-02 15:12:50 +08:00 |
|
Azmat@qq.com
|
c0a0b9603b
|
优化脚本
|
2026-08-28 14:45:38 +08:00 |
|
Azmat@qq.com
|
849b14a0f6
|
完善视频提炼和视频复刻完善提交测试
|
2026-08-28 10:15:15 +08:00 |
|
Azmat@qq.com
|
51620bf25b
|
完成视频复刻和优化
|
2026-08-27 11:54:47 +08:00 |
|
Azmat@qq.com
|
c25060c6c6
|
优化住流程和添加复刻视频页面
|
2026-08-26 18:44:03 +08:00 |
|
Azmat@qq.com
|
0ee498d807
|
测试极速成片
|
2026-08-26 15:18:18 +08:00 |
|
Azmat@qq.com
|
245525ec53
|
解决极速成片问题
|
2026-08-26 09:19:53 +08:00 |
|
Azmat@qq.com
|
43d0b088e4
|
优化极速成品
|
2026-08-26 09:00:00 +08:00 |
|
Azmat@qq.com
|
2f70d3e8a0
|
完成极速成片
|
2026-08-25 18:46:20 +08:00 |
|
Azmat@qq.com
|
df6784b90c
|
优化脚本
|
2026-08-25 16:40:22 +08:00 |
|
Azmat@qq.com
|
e2ec2d14af
|
完成极速成品和脚本优化
|
2026-08-25 11:13:07 +08:00 |
|
Azmat@qq.com
|
dfe94a923e
|
完善二期清单
|
2026-08-18 14:11:05 +08:00 |
|
Azmat@qq.com
|
d1ecb52125
|
大量修改二期功能清单内容
|
2026-08-17 18:26:42 +08:00 |
|
 zycandClaude Opus 4.8
|
a8852345db
|
修复线上视频导出卡死(OOM)+ 导出健壮性加固
根因:后端容器内存 limit 仅 768Mi,ffmpeg 编码 1080P 竖屏时内存峰值超限被
K8s OOMKill,导出后台线程随 Pod 重启而死,任务永远停在 35%(本地无 limit 29s 出片)。
- k8s/core/api-deployment.yaml: 后端内存 limit 768Mi→2Gi、requests 256→512Mi,
给 ffmpeg 足够编码空间(根治)
- export.py: ffmpeg subprocess 加 900s 超时(卡死不再永久 RUNNING)+ -threads 2 降内存峰值
- views.py: submit-export 清理超 5 分钟未结束的僵尸任务,前端不再无限转圈
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-15 13:58:18 +08:00 |
|
 zycandClaude Opus 4.8
|
5e2bc0fc5a
|
修复线上视频导出失败 + 配音预览音画同步
- Dockerfile: 补装 ffmpeg 与中文字体 fonts-noto-cjk,修线上导出报
"No such file or directory: 'ffmpeg'" 及字幕中文方块;换阿里云 apt 源防构建超时
- export.py: 字幕字体加载加 Noto CJK glob 兜底,适配不同版本 fonts-noto-cjk
- pipeline.tsx: 配音预览改 Web Audio 精确排程(借鉴 WebAV)——预解码 +
source.start(when,offset) + 增量重排,正在发声的句绝不掐断,消除字幕音错位与卡顿
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-15 13:20:30 +08:00 |
|
 zycandClaude Fable 5
|
216a711291
|
后端生成闸+多项修复;前端全站更新;QA 审计与报告
后端:
- 新增 celery_health 生成前置闸——无 worker 在线时图片/视频生成入口
一律 503,防"提交到 ARK 后无人轮询、结果悬空+额度冻结"的数据丢失
- 拼接导出:帧率跟随源众数、字幕逐句重映射、原声/BGM 混音修复
- 资金核算审计脚本 + genesis 账目回填 + 滞留预留清理命令
- 接入 yunqi provider 与豆包 TTS 模型(catalog/migrations/bootstrap 命令)
前端:全站页面更新(pipeline/library/products/projects/team/account 等),
新增共享 pager 分页组件
QA:刷新 function-audit 全量输出,新增 full-qa 报告
文档:BP 产品介绍资料、design/CLAUDE.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-15 10:06:15 +08:00 |
|
 zycandClaude Opus 4.8
|
3fac38c5ef
|
feat(core): notification inbox infinite scroll + command palette fix (+ pending WIP)
消息中心:全量渲染 → 真·后端分页滚动加载
- backend(ops/views): NotificationPagination(10/页,page_size 可覆盖)+
响应回 type_counts(按收件人绝对计数,不受分页/搜索影响)
- frontend(messages): 自管分页,滚到底加载下一批;tab/搜索走服务端并重置到第1页;
代号作废在途旧请求防切换卡空白;乐观标已读;「已加载 X / Y」分母用当前筛选总数
- api/App/types: listNotifications 支持 page/page_size/search;allNotifications 携带 type_counts
命令面板(侧边栏搜索):修复点开后 UI 错位
- app-shell: 遮罩 className 漏了基类 shell-command-bg(只有 .show)致无定位塌到左下;
补回基类 + header 类名对齐 .shell-command-h
- messages-page.css: 工作台收进视口高度,收件箱在面板内滚动
本次提交一并带入此前若干未提交 WIP(account/ai-tools/library/pipeline/products/settings +
accounts/ai/assets/billing/projects 后端),按用户要求整体推 dev。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-10 09:37:41 +08:00 |
|
 zycandClaude Opus 4.8
|
92826dec14
|
feat(core/backend): pipeline continuity + threaded ffmpeg burn-in export + upload/save-timeline
Video pipeline (script→assets→storyboard→video→stitch):
- robust split_script_into_segments (4 non-empty scenes), scene-aware storyboard/video prompts
- link VideoSegment→ScriptSegment + storyboard-frame reference image (graceful text fallback)
- idempotent poll_video_segment (no double-charge on repeated polling)
- threaded export (no Celery worker needed) + poll-export endpoint
- run_export_job rewritten to filter_complex: per-clip trim, xfade transitions,
subtitle burn-in (Pillow PNG overlay; this ffmpeg lacks libass), BGM mix
- upload-video-segment / upload-bgm / save-timeline endpoints
- serializers embed asset preview URLs (beat assets pagination); Pillow added to requirements
Also includes prior uncommitted backend work: account preferences/sessions,
billing trend, product/asset endpoints, accounts 0002 migration.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-09 14:46:16 +08:00 |
|
zyc
|
cfdcd84a30
|
feat: add AirShelf core implementation
|
2026-06-05 10:21:40 +08:00 |
|