logs translated from Chinese into English

This commit is contained in:
coolcoala
2025-08-23 04:15:49 +03:00
parent db442b2746
commit 10397d0847
20 changed files with 290 additions and 275 deletions

View File

@@ -429,11 +429,11 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
}
}
} catch (err) {
console.warn("代理状态更新失败:", err);
console.warn("Proxy status update failed:", err);
}
}, 50);
} catch (err: any) {
console.error("配置保存失败:", err);
console.error("Configuration save failed:", err);
mutateVerge();
showNotice("error", err.toString());
// setOpen(true);