功能
This commit is contained in:
33
.claude/skills/config.json
Normal file
33
.claude/skills/config.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"jianyingDraftPath": "C:/Users/45070/AppData/Local/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://yunwu.ai",
|
||||||
|
"kelingApiKey": "sk-m5inhwXqrbcBL6NNKOe7kTdhX8M31azvAvDvtSPGS71rRzd8",
|
||||||
|
"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": "qwen3-tts-flash",
|
||||||
|
"ttsVoice": "Cherry",
|
||||||
|
"ttsLanguage": "Chinese"
|
||||||
|
}
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,12 +1,8 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Output (generated images, videos, manifests)
|
|
||||||
output/
|
|
||||||
|
|
||||||
# Config with API keys
|
|
||||||
config.json
|
|
||||||
.claude/skills/config.json
|
|
||||||
|
|
||||||
# Local settings
|
# Local settings
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
@@ -14,7 +10,7 @@ config.json
|
|||||||
# OS files
|
# OS files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
output
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user