From ca31801568ab10439e7f4428edf42bd8ca59c2d0 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 3 Mar 2025 23:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dfooter=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b6b9ec3..29ad239 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,7 @@ import React from "react" +import { useTranslation } from "react-i18next" +import { useQuery } from "@tanstack/react-query" +import { fetchSetting } from "../lib/nezha-api" const Footer: React.FC = () => { const { t } = useTranslation()