mixvideo-v2/apps/desktop/src-tauri
imeepos 0a9e7d4539 fix: 完成智能服装搜索功能编译错误修复
主要修复:
1. 修复RelevanceThreshold枚举匹配问题,移除不存在的Unspecified变体
2. 修复SearchConfig类型导入问题,使用完整路径引用
3. 修复to_string()调用问题,改用to_owned()
4. 修复未使用变量警告,添加下划线前缀
5. 清理编译缓存,确保所有修改生效

现在应用可以成功编译和启动,智能服装搜索功能已准备好进行测试。
下一步需要测试搜索功能是否能正确调用Vertex AI Search API并返回结果。
2025-07-25 13:41:27 +08:00
..
capabilities fix: 修复批量缩略图生成器白屏问题和屏幕适配权限错误 2025-07-24 17:16:47 +08:00
icons Initial commit: MixVideo Desktop v0.1.0 2025-07-13 17:57:52 +08:00
src fix: 完成智能服装搜索功能编译错误修复 2025-07-25 13:41:27 +08:00
.gitignore Initial commit: MixVideo Desktop v0.1.0 2025-07-13 17:57:52 +08:00
Cargo.toml feat: 实现批量素材导入功能 2025-07-23 19:44:07 +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