feat: 插件系统 V1

This commit is contained in:
NanGua-QWQ
2026-04-11 22:22:52 +08:00
parent a2f82cb869
commit 7abe1b9fdc
17 changed files with 1529 additions and 7 deletions
+2
View File
@@ -10,6 +10,7 @@ pub mod http_server;
pub mod log;
pub mod mcp;
pub mod oauth_server;
pub mod plugin;
pub mod reason;
pub mod response;
pub mod reward;
@@ -32,6 +33,7 @@ pub use http_server::*;
pub use log::*;
pub use mcp::*;
pub use oauth_server::*;
pub use plugin::*;
pub use reason::*;
pub use response::*;
pub use reward::*;