Files
video-create/.claude/skills/config.json
lc 8787d369d3 feat(video-from-script): 批量生产元数据增强 — 选题/转发文案/草稿命名/导出/草稿箱改名
- batch-pipeline.js: 新增 mark 元数据字段(topicA/B, draftName, forwardCopy, hashtags)
- batch-pipeline.js: 新增 export 命令导出 CSV/XLSX 最终表格
- batch-pipeline.js: 新增 rename-drafts 命令批量重命名剪映草稿(Mac 直接 mv 文件夹)
- batch-pipeline.js: 完善 displayTitle 向后兼容旧 topic 字段
- lib/phase-tts: 增强 TTS 生成稳定性
- lib/phase-videos: 视频生成优化
- lib/video-poll-utils: 提取轮询重试共享工具
- CLAUDE.md: 补充批量生产选题/转发文案/草稿命名/导出/草稿箱改名文档
- 执黑先行 account.json: 配置更新

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 23:16:12 +08:00

57 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"jianyingDraftPath": "/Users/lc/Movies/JianyingPro/User Data/Projects/com.lveditor.draft",
"capcutMateDir": "C:/Users/45070/capcut-mate",
"capcutMateApiBase": "http://capcut.muyetools.cn/openapi/capcut-mate/v1",
"imgbbApiKey": "deprecated",
"geminiApiBaseUrl": "https://yunwu.ai",
"geminiModel": "gemini-3.1-flash-image-preview",
"geminiApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"mjApiBaseUrl": "https://yunwu.ai",
"mjApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"grokApiBaseUrl": "https://yunwu.ai",
"grokApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"grokModel": "grok-video-3",
"veoApiBaseUrl": "https://yunwu.ai",
"veoApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
"veoModel": "veo3-fast-frames",
"veoEnhancePrompt": true,
"veoEnableUpsample": true,
"kelingApiBaseUrl": "https://api-beijing.klingai.com",
"kelingApiKey": "AR4kMTEGaaM4d4QgJmLYMgHmEFABJPFE",
"kelingSecretAccessKey": "aBCrHLYTPPgMm3mnE8RBMAtmY9FLTGT3",
"kelingModel": "kling-v2-5-turbo",
"ossRegion": "oss-cn-hangzhou",
"ossAccessKeyId": "LTAI5tPV9Ag3csf41GZjaLTA",
"ossAccessKeySecret": "kDqlGeJTKw6tJtFYiaY8vQTFuVIQDs",
"ossBucket": "muye-ai-chat",
"ossFolder": "tmp/",
"ossExpires": 31536000,
"ttsApiBaseUrl": "https://dashscope.aliyuncs.com/api/v1",
"ttsApiKey": "sk-1c503705b0f844a6b4f2386f6c1cc35b",
"ttsModel": "cosyvoice-v3.5-plus",
"ttsVoice": "cosyvoice-v3.5-plus-bailian-fa8787c0f70b4ba2a907c35511e6a6f6",
"ttsLanguage": "Chinese",
"ttsVoices": [
{
"name": "斯内普",
"id": "cosyvoice-v3.5-plus-bailian-fa8787c0f70b4ba2a907c35511e6a6f6",
"model": "cosyvoice-v3.5-plus",
"instruction": "用沉稳有力的男性声音朗读,语速适中,语气坚定有力,像是一个有经历有力量的人在平静地讲述生活的方向",
"style": "沉稳有力男声"
},
{
"name": "斯内普v3plus",
"id": "cosyvoice-v3-plus-bailian-155c1d86a5564d4ca981147d79e309b1",
"model": "cosyvoice-v3-plus",
"instruction": "用沉稳有力的男性声音朗读,语速适中,语气坚定有力,像是一个有经历有力量的人在平静地讲述生活的方向",
"style": "沉稳有力男声v3-plus模型"
},
{
"name": "六沉",
"id": "cosyvoice-v3.5-plus-bailian-91eb3b18acc64c96976a63a64bc6c169",
"model": "cosyvoice-v3.5-plus",
"instruction": "音量由正常对话迅速增强至高喊,性格直率,情绪易激动且外露",
"style": "直率激动,由低到高"
}
]
}