diff --git a/components/ServerCard.tsx b/components/ServerCard.tsx index fb08cfa..97f651b 100644 --- a/components/ServerCard.tsx +++ b/components/ServerCard.tsx @@ -16,7 +16,7 @@ export default function ServerCard({ }) { const t = useTranslations("ServerCard"); const router = useRouter(); - const { id, name, country_code, online, cpu, up, down, mem, stg } = + const { id, name, country_code, online, cpu, up, down, mem, stg, tcp, udp } = formatNezhaInfo(serverInfo); const showFlag = getEnv("NEXT_PUBLIC_ShowFlag") === "true"; @@ -62,7 +62,11 @@ export default function ServerCard({
{t("CPU")}
TCP
+UDP
+