1. 修改mountmap的行为。因为在L3可能重启远程桌面会使得磁盘的顺序变化。所以修改支持直接通过磁盘的卷标来挂载而不固定是某个盘,这样可以使得程序自动查找匹配的磁盘来进行挂载,而不是挂载后发现内容对不上

This commit is contained in:
2024-10-20 16:51:09 +08:00
parent db35d8c9b2
commit 86bceda4b3
4 changed files with 104 additions and 19 deletions

View File

@ -21,6 +21,7 @@ winapi = { version = "0.3", features = [
"winnt",
] }
windows = "0.28"
encoding_rs = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
libc = "0.2"