fix: interpolate proxy startup toast address and port (#1399)

Co-authored-by: 周梦泽 <mengze.zhou@dafeng-tech.com>
This commit is contained in:
Zhou Mengze
2026-03-10 21:02:13 +08:00
committed by GitHub
parent fab9874b2c
commit 75b4ef2299
2 changed files with 120 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ export function useProxyStatus() {
onSuccess: (info) => {
toast.success(
t("proxy.server.started", {
address: info.address,
port: info.port,
defaultValue: `代理服务已启动 - ${info.address}:${info.port}`,
}),
{ closeButton: true },