快速面板模块

This commit is contained in:
zhongluofeng
2026-08-04 13:37:42 +08:00
parent 5656193b5c
commit 126f8896b6
23 changed files with 4048 additions and 52 deletions
+3
View File
@@ -39,6 +39,8 @@ sysinfo = "0.32"
rusqlite = { version = "0.32", features = ["bundled"] }
base64 = "0.22"
image = { version = "0.25", default-features = false, features = ["png"] }
walkdir = "2"
notify = { version = "6", features = [] }
[target.'cfg(windows)'.dependencies]
winreg = "0.52"
@@ -58,6 +60,7 @@ windows-sys = { version = "0.52", features = [
"Win32_Graphics_Gdi",
"Win32_Graphics_Dwm",
"Win32_Storage_Xps",
"Win32_Storage_FileSystem",
] }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]