mixvideo-v2/apps/desktop/src-tauri
imeepos 192292b31e fix: 修复 cargo check 编译错误
修复内容:
- 添加缺失的 OutfitImageGenerationResponse 导入
- 为 ErrorCategory 和 ErrorSeverity 添加 Eq 和 Hash trait
- 为 SimpleError 添加 Debug trait
- 修复 ModelRepository::new 返回类型问题
- 移除未使用的变量 mut 修饰符
- 移除未使用的导入

 编译状态:
- cargo check 现在成功通过
- 只剩下一些无害的警告信息
- 所有核心功能编译正常
2025-07-30 20:05:32 +08:00
..
capabilities fix: resolve TypeScript iterator error in OutfitRecommendationTool 2025-07-28 11:56:11 +08:00
icons Initial commit: MixVideo Desktop v0.1.0 2025-07-13 17:57:52 +08:00
src fix: 修复 cargo check 编译错误 2025-07-30 20:05:32 +08:00
.gitignore Initial commit: MixVideo Desktop v0.1.0 2025-07-13 17:57:52 +08:00
Cargo.toml feat: 实现穿搭照片生成功能 2025-07-30 17:28:31 +08:00
build.rs Initial commit: MixVideo Desktop v0.1.0 2025-07-13 17:57:52 +08:00
tauri.conf.json feat: 实现智能屏幕适配功能 2025-07-23 20:55:51 +08:00