feat(config): 添加 GPT 图像 API 配置并优化音色名称

- 在 config.json 中添加 `gptImageApiKey` 和 `gptImageApiBaseUrl` 配置项
- 简化“沉稳有力男声”音色的风格描述
- 更新账号创建文档中的音色示例
This commit is contained in:
2026-05-16 18:04:39 +08:00
parent 504862343d
commit 33ead4d6e7
2 changed files with 5 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ digraph creation_flow {
| # | 问题 | 默认值 | 说明 |
|---|------|--------|------|
| 12 | TTS 音色? | config.json 全局 ttsVoice | account.json 的 ttsVoice。从 config.json 的 `ttsVoices` 音色库中选择(如"斯内普"、"布拉德"),也可直接填音色 ID |
| 12 | TTS 音色? | config.json 全局 ttsVoice | account.json 的 ttsVoice。从 config.json 的 `ttsVoices` 音色库中选择(如"斯内普"),也可直接填音色 ID |
| 13 | TTS 语气指令? | 无 | account.json 的 ttsInstruction描述期望的语气风格 |
| 14 | 背景音乐偏好? | 无 | account.json 的 capcut.defaultBGM。提供 URL 或描述风格Agent 辅助查找 |