素材分类管理

This commit is contained in:
root
2025-07-11 00:29:09 +08:00
parent 197f083e3d
commit 010080f61e
8 changed files with 853 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ pub mod ai_video;
pub mod file_system;
pub mod project;
pub mod template;
pub mod resource_category;
// Re-export all commands for easy access
pub use basic::*;
@@ -13,3 +14,4 @@ pub use ai_video::*;
pub use file_system::*;
pub use project::*;
pub use template::*;
pub use resource_category::*;