refactor: 简化运行时与服务协调

提取运行时生命周期管理,集中远程访问与 USB 协调,并缩小 Web 路由状态依赖。
This commit is contained in:
mofeng-git
2026-08-26 10:53:08 +08:00
parent 827d24fde4
commit 37af369b43
24 changed files with 2016 additions and 1771 deletions

View File

@@ -2,6 +2,7 @@ mod audio_ws;
mod error;
mod handlers;
mod routes;
pub(crate) mod state;
mod static_files;
#[cfg(unix)]
mod uac_ws;