From 4d5f1f432790a346212749f982a1c80eaeea3758 Mon Sep 17 00:00:00 2001 From: oomeow Date: Thu, 30 Oct 2025 20:28:56 +0800 Subject: [PATCH] fix: incorrect proxies route --- src/components/home/current-proxy-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/current-proxy-card.tsx b/src/components/home/current-proxy-card.tsx index ceea82d7..c5061938 100644 --- a/src/components/home/current-proxy-card.tsx +++ b/src/components/home/current-proxy-card.tsx @@ -506,7 +506,7 @@ export const CurrentProxyCard = () => { // 导航到代理页面 const goToProxies = useCallback(() => { - navigate("/"); + navigate("/proxies"); }, [navigate]); // 获取要显示的代理节点