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. +

+
+ + + ); }