feat(capcut): 移除云渲染和账号配置文档并调整字幕字体大小
- 删除 assembly-guide.md 中云渲染和账号配置的冗余文档 - 将 account.json 模板中的默认字体大小从 36 调整为 12
This commit is contained in:
@@ -207,32 +207,6 @@ add_videos 提交 9+ 视频时可能触发网关 504。脚本自动降级:
|
||||
1. 先尝试全量提交
|
||||
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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"effects": [],
|
||||
"filter": "",
|
||||
"subtitleStyle": {
|
||||
"fontSize": 36,
|
||||
"fontSize": 12,
|
||||
"color": "#FFFFFF",
|
||||
"highlightColor": "#FF6B35",
|
||||
"bold": true
|
||||
|
||||
Reference in New Issue
Block a user