mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 02:23:43 +08:00
chore: update
This commit is contained in:
parent
8003f9902e
commit
4d0dbdaced
@ -87,7 +87,7 @@ where
|
||||
Ok(data) => data,
|
||||
Err(_) => return Ok(T::default()),
|
||||
};
|
||||
prin // 如果 JSON 解析失败,返回默认值
|
||||
// 如果 JSON 解析失败,返回默认值
|
||||
match serde_json::from_str(&decrypted_string) {
|
||||
Ok(value) => Ok(value),
|
||||
Err(_) => Ok(T::default()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user