feat: 为图片遮罩新增 KenBurns 效果及视频阶段并发优化

- capcut_assemble: 添加 KenBurns 效果支持(慢速推拉动画)
- phase-videos: 区分"无任务"与"已有 video"的日志输出,避免误报跳过
- 张不苦账号提示词文档精简(拆分/图片提词/遮罩提词词)
- 新增 CHANGELOG.md 和 CONSTRAINT_ENGINE.md 约束引擎文档

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
lc
2026-05-07 19:53:03 +08:00
parent 4e03ed7197
commit 1c0703cc80
8 changed files with 1153 additions and 744 deletions

5
git.command Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")"
git add .
git commit -m "Update git command"
git push origin master