fix: 重构

This commit is contained in:
root
2025-07-11 18:59:29 +08:00
parent 5dad5cfae7
commit 82c1c71771
6 changed files with 842 additions and 176 deletions

View File

@@ -28,7 +28,7 @@ class Settings(BaseSettings):
project_root: Path = project_root
temp_dir: Path = Field(default_factory=lambda: project_root / ".mixvideo" / "temp")
cache_dir: Path = Field(default_factory=lambda: project_root / ".mixvideo" / "cache")
projects_dir: Path = Field(default_factory=lambda: project_root / "MixVideoProjects")
projects_dir: Path = Field(default_factory=lambda: project_root / ".mixvideo"/"MixVideoProjects")
# Video Processing
max_video_resolution: str = "1920x1080"