From a5bcb50e1f93a142fd7bbd8b8151a08e0aa5fbd3 Mon Sep 17 00:00:00 2001 From: Li1304553726 <1304553726@qq.com> Date: Wed, 16 Apr 2025 08:59:06 +0800 Subject: [PATCH] add --- .../web/src/components/layout/main/Footer.tsx | 134 +++++++++--------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/apps/web/src/components/layout/main/Footer.tsx b/apps/web/src/components/layout/main/Footer.tsx index 345be95..48c19c5 100755 --- a/apps/web/src/components/layout/main/Footer.tsx +++ b/apps/web/src/components/layout/main/Footer.tsx @@ -1,77 +1,77 @@ import { - PhoneOutlined, - MailOutlined, - CloudOutlined, - HomeOutlined, - FileSearchOutlined, - FireTwoTone, - FireOutlined, + PhoneOutlined, + MailOutlined, + CloudOutlined, + HomeOutlined, + FileSearchOutlined, + FireTwoTone, + FireOutlined, } from "@ant-design/icons"; import Logo from "../../common/element/Logo"; export function Footer() { - return ( - - ); + {/* 版权信息 */} +
+

+ © {new Date().getFullYear()} 南天烽火. All rights reserved. +

+
+ + + ); }