- Implemented OutfitComparisonTool for comparing two favorite outfits side by side. - Added OutfitFavoritesTool for managing and searching favorite outfits. - Created OutfitFavoriteService for handling API interactions related to outfit favorites. - Defined types for material search and outfit favorites to ensure type safety. - Enhanced UI components for better user experience in selecting and displaying outfits.
23 lines
529 B
Rust
23 lines
529 B
Rust
pub mod project;
|
|
pub mod material;
|
|
pub mod material_segment_view;
|
|
pub mod material_usage;
|
|
pub mod model;
|
|
pub mod model_dynamic;
|
|
pub mod ai_classification;
|
|
pub mod video_classification;
|
|
pub mod template;
|
|
pub mod project_template_binding;
|
|
pub mod template_matching_result;
|
|
pub mod export_record;
|
|
pub mod video_generation;
|
|
pub mod conversation;
|
|
pub mod outfit_search;
|
|
pub mod gemini_analysis;
|
|
pub mod outfit_recommendation;
|
|
pub mod material_search;
|
|
pub mod outfit_favorite;
|
|
pub mod custom_tag;
|
|
pub mod watermark;
|
|
pub mod thumbnail;
|