feat: 虚拟媒体支持同时挂载多个镜像

This commit is contained in:
mofeng-git
2026-07-12 11:40:01 +08:00
parent c9ae9dd893
commit 7c9166a8cf
24 changed files with 1513 additions and 1036 deletions

View File

@@ -393,10 +393,6 @@ impl ImageManager {
self.get_by_name(&final_filename)
}
pub fn images_path(&self) -> &PathBuf {
&self.images_path
}
}
fn stable_image_id_from_filename(name: &str) -> String {