mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
fix: 修复构建错误并清理未使用导入
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user