mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: update logging types and clean up ProxyRequestCache usage
This commit is contained in:
@@ -18,6 +18,7 @@ pub enum Type {
|
||||
Network,
|
||||
ProxyMode,
|
||||
Ipc,
|
||||
// Cache,
|
||||
}
|
||||
|
||||
impl fmt::Display for Type {
|
||||
@@ -39,6 +40,7 @@ impl fmt::Display for Type {
|
||||
Type::Network => write!(f, "[Network]"),
|
||||
Type::ProxyMode => write!(f, "[ProxMode]"),
|
||||
Type::Ipc => write!(f, "[IPC]"),
|
||||
// Type::Cache => write!(f, "[Cache]"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user