feat: add network manager to optimize network request handling

This commit is contained in:
wonfen
2025-04-30 21:30:28 +08:00
parent 3ce5d3bf2d
commit 32b6821b8a
10 changed files with 340 additions and 96 deletions

1
src-tauri/Cargo.lock generated
View File

@@ -1060,6 +1060,7 @@ dependencies = [
"getrandom 0.3.2",
"image",
"imageproc",
"lazy_static",
"libc",
"log",
"log4rs",