chore: update tauri-plugin-mihomo dep

This commit is contained in:
oomeow
2025-10-23 20:45:34 +08:00
Unverified
parent 001c11913a
commit cc2dc66d5f
2 changed files with 2 additions and 2 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -7465,7 +7465,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mihomo"
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 = [
"base64 0.22.1",
"futures-util",

View File

@@ -69,7 +69,7 @@ const SettingClash = ({ onError }: Props) => {
await updateGeo();
showNotice("success", t("GeoData Updated"));
} catch (err: any) {
showNotice("error", err?.response.data.message || err.toString());
showNotice("error", err.message || err.toString());
}
};