chore: update tauri-plugin-mihomo dep

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

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());
}
};