This website requires JavaScript.
Explore
Help
Register
Sign In
our
/
clash-proxy
Watch
2
Star
0
Fork
0
You've already forked clash-proxy
Code
Pull Requests
Activity
Files
ebb194d2a28e79a992ab792bc293a1a53f9a6f5d
clash-proxy
/
src-tauri
/
src
/
module
/
mod.rs
1 line
16 B
Rust
Raw
Normal View
History
Unescape
Escape
refacture: Mihomo API integration (#2900) * feat: add mihomo_api crate as a workspace member Added a new mihomo_api crate to handle interactions with the Mihomo API. This modular approach provides a dedicated interface for fetching and managing proxy data from Mihomo servers. The implementation includes functionality to refresh and retrieve both proxies and provider proxies with proper error handling and timeouts. Added this crate as a workspace member and included it as a dependency in the main project. * Refactors Mihomo API integration Simplifies proxy fetching by removing the MihomoManager structure. Updates the get_proxies and get_providers_proxies functions to directly use the mihomo_api module. Removes unused Mihomo API related files and modules for cleaner codebase. Enhances overall maintainability and performance.
2025-03-05 00:45:08 +08:00
pub
mod
sysinfo
;
Copy Permalink