3d10c3f1a2
核心功能: - 角色生成:豆包 Seedream 生图 + 角色库管理 - 场景生成:8种场景风格 + 场景库管理 - 脚本生成:小说拆分 → DeepSeek/豆包生成视频脚本 - 视频生成:Seedance 2.0 支持,最长15秒1080p - 会话管理:多轮对话 + 自动保存 - 6种角色风格 + 8种场景风格 + 运镜/灯光预设 - API Key配置 + 自定义存储路径 Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"outDir": "./out",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": ["./src/renderer/src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/renderer/src/**/*.ts",
|
|
"src/renderer/src/**/*.d.ts",
|
|
"src/renderer/src/**/*.vue"
|
|
]
|
|
}
|