From 9d1f5a1c50a5440b3f0f6ed2b1cb07af74e51b49 Mon Sep 17 00:00:00 2001 From: Buriburizaem0n <18139893731@163.com> Date: Sat, 13 Sep 2025 12:41:31 +0800 Subject: [PATCH] add buri footer. --- src/components/Footer.tsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7bd3d17..ef3723f 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,3 +1,5 @@ +// src/components/Footer.tsx (已添加您的署名) + import { fetchSetting } from "@/lib/nezha-api" import { useQuery } from "@tanstack/react-query" import React from "react" @@ -20,7 +22,7 @@ const Footer: React.FC = () => {
©2020-{new Date().getFullYear()}{" "} - + Nezha

{settingData?.data?.version || ""}

@@ -32,15 +34,21 @@ const Footer: React.FC = () => {

- {t("footer.themeBy")} - + {t("footer.themeBy")}{" "} + nezha-dash {import.meta.env.VITE_GIT_HASH && ( - + ({import.meta.env.VITE_GIT_HASH}) )} +
+
+ {"Modified by "} + + buriburizaem0n +
@@ -49,4 +57,4 @@ const Footer: React.FC = () => { ) } -export default Footer +export default Footer \ No newline at end of file