fix: incorrect proxies route

This commit is contained in:
oomeow 2025-10-30 20:28:56 +08:00
parent 999830aaf5
commit 4d5f1f4327
No known key found for this signature in database
GPG Key ID: 1E1E69B3EC8F6EA7

View File

@ -506,7 +506,7 @@ export const CurrentProxyCard = () => {
// 导航到代理页面
const goToProxies = useCallback(() => {
navigate("/");
navigate("/proxies");
}, [navigate]);
// 获取要显示的代理节点