fix: 修复构建错误并清理未使用导入

This commit is contained in:
mofeng-git
2026-05-18 15:23:42 +00:00
parent 935fa823f2
commit e774210ae3
4 changed files with 12 additions and 8 deletions

View File

@@ -5,8 +5,14 @@ use crate::msd::{
ImageManager, MsdConnectRequest, MsdMode, MsdState, VentoyDrive,
};
#[cfg(unix)]
use axum::body::Body;
#[cfg(unix)]
use axum::extract::{Multipart, Path as AxumPath};
#[cfg(unix)]
use axum::http::{header, StatusCode};
#[cfg(unix)]
use axum::response::Response;
#[cfg(unix)]
use std::collections::HashMap;
/// MSD status response