feat: EAnime AI漫剧制作助手 v1.0
核心功能: - 角色生成:豆包 Seedream 生图 + 角色库管理 - 场景生成:8种场景风格 + 场景库管理 - 脚本生成:小说拆分 → DeepSeek/豆包生成视频脚本 - 视频生成:Seedance 2.0 支持,最长15秒1080p - 会话管理:多轮对话 + 自动保存 - 6种角色风格 + 8种场景风格 + 运镜/灯光预设 - API Key配置 + 自定义存储路径 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./out",
|
||||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
},
|
||||
"include": [
|
||||
"src/main/**/*.ts",
|
||||
"src/preload/**/*.ts",
|
||||
"electron.vite.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user