From 1333a2c7511cdbd36cb04acd5189e27f9b75a32e Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Wed, 29 Apr 2026 21:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/config.json | 33 +++++++++++++++++++++++++++++++++ .gitignore | 8 ++------ 2 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 .claude/skills/config.json diff --git a/.claude/skills/config.json b/.claude/skills/config.json new file mode 100644 index 0000000..d851b7a --- /dev/null +++ b/.claude/skills/config.json @@ -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" +} diff --git a/.gitignore b/.gitignore index 5afd181..2fbaee5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,8 @@ # Dependencies node_modules/ -# Output (generated images, videos, manifests) -output/ -# Config with API keys -config.json -.claude/skills/config.json + # Local settings .claude/settings.local.json @@ -14,7 +10,7 @@ config.json # OS files .DS_Store Thumbs.db - +output # Logs *.log