From dd4761a74afec632bbba03add6e12995168ec5cd Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 24 Feb 2025 17:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B3=E4=BA=8E=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/about/page.jsx | 25 +++++++++++++++++++++++++ components/Footer/index.jsx | 8 +++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app/about/page.jsx diff --git a/app/about/page.jsx b/app/about/page.jsx new file mode 100644 index 0000000..08510f3 --- /dev/null +++ b/app/about/page.jsx @@ -0,0 +1,25 @@ +import React from "react"; + +export default function About() { + return ( +
+

关于我们

+

+ 我们是承德望月网络科技有限公司,致力于为用户提供优质的内容分享平台。 +

+

+ 我们的目标是通过创新的技术和优质的服务,连接创作者与粉丝,促进互动与交流。 +

+

+ 我们相信,良好的社区氛围和用户体验是我们成功的关键。 +

+

+ 感谢您对我们的支持与信任,期待与您一起创造美好的未来! +

+
+

+ 任何意见反馈请发送邮件到:chengdewangyue@outlook.com +

+
+ ); +} diff --git a/components/Footer/index.jsx b/components/Footer/index.jsx index 66144c4..0650bca 100644 --- a/components/Footer/index.jsx +++ b/components/Footer/index.jsx @@ -16,6 +16,12 @@ export default function Footer() {   |   + + 关于我们 + + +   |   + {/* */} - Copyright © 2023-2024 承德望月网络科技有限公司 + Copyright © 2023-2025 承德望月网络科技有限公司