mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fox: try to restore the processing logic of windows custom scheme
This commit is contained in:
@@ -241,7 +241,7 @@ pub async fn resolve_scheme(param: String) -> Result<()> {
|
||||
.get(2..param.len() - 2)
|
||||
.ok_or_else(|| anyhow::anyhow!("Invalid string slice boundaries"))?
|
||||
} else {
|
||||
bail!("invalid deep link param: {:?}", param)
|
||||
param.as_str()
|
||||
};
|
||||
|
||||
// 解析 URL
|
||||
|
||||
Reference in New Issue
Block a user