feat(capcut): 移除云渲染和账号配置文档并调整字幕字体大小

- 删除 assembly-guide.md 中云渲染和账号配置的冗余文档
- 将 account.json 模板中的默认字体大小从 36 调整为 12
This commit is contained in:
2026-04-30 01:08:47 +08:00
parent dd7a1ad6a6
commit 0dc17a8b9d
2 changed files with 1 additions and 27 deletions

View File

@@ -207,32 +207,6 @@ add_videos 提交 9+ 视频时可能触发网关 504。脚本自动降级
1. 先尝试全量提交 1. 先尝试全量提交
2. 504 时自动分批(每批 3 个),保持绝对时间不变 2. 504 时自动分批(每批 3 个),保持绝对时间不变
**云渲染(可选):**
```
POST /gen_video → 提交云渲染
POST /gen_video_status → 轮询直到 success/failed
```
---
## 账号配置account.json
```json
{
"capcut": {
"effects": ["录制边框 III"],
"filter": "电影感:40",
"subtitleStyle": {
"fontSize": 36,
"color": "#FFFFFF",
"highlightColor": "#FF6B35",
"bold": true
},
"defaultBGM": "https://example.com/bgm.mp3"
}
}
```
--- ---

View File

@@ -10,7 +10,7 @@
"effects": [], "effects": [],
"filter": "", "filter": "",
"subtitleStyle": { "subtitleStyle": {
"fontSize": 36, "fontSize": 12,
"color": "#FFFFFF", "color": "#FFFFFF",
"highlightColor": "#FF6B35", "highlightColor": "#FF6B35",
"bold": true "bold": true