mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: update tauri-plugin-mihomo dep
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -7465,7 +7465,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-plugin-mihomo"
|
name = "tauri-plugin-mihomo"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
source = "git+https://github.com/clash-verge-rev/tauri-plugin-mihomo#719a31f364e23268c5b8c85169de5168d4843c15"
|
source = "git+https://github.com/clash-verge-rev/tauri-plugin-mihomo#d74e1065d8a05d2cc211f85248ee7a4974f51cd8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ const SettingClash = ({ onError }: Props) => {
|
|||||||
await updateGeo();
|
await updateGeo();
|
||||||
showNotice("success", t("GeoData Updated"));
|
showNotice("success", t("GeoData Updated"));
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
showNotice("error", err?.response.data.message || err.toString());
|
showNotice("error", err.message || err.toString());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user