feat: 实现 Redfish API 标准接口;支持通过前端开关控制 Redfish 服务

This commit is contained in:
Fucheng Sha
2026-05-12 10:45:42 +08:00
parent 17cd74f64c
commit 4e8c342905
23 changed files with 2170 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ pub mod extensions;
pub mod hid;
pub mod msd;
pub mod otg;
pub mod redfish;
pub mod rtsp;
pub mod rustdesk;
pub mod state;