diff --git a/web/src/components/layout/Footer.js b/web/src/components/layout/Footer.js
index d53ae2ed..b776c216 100644
--- a/web/src/components/layout/Footer.js
+++ b/web/src/components/layout/Footer.js
@@ -81,14 +81,12 @@ const FooterBar = () => {
© {currentYear} {systemName}. {t('版权所有')}
- {isDemoSiteMode && (
-
- )}
+
), [logo, systemName, t, currentYear, isDemoSiteMode]);
diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json
index 29469d14..d9df1088 100644
--- a/web/src/i18n/locales/en.json
+++ b/web/src/i18n/locales/en.json
@@ -1404,8 +1404,12 @@
"演示站点": "Demo Site",
"页面未找到,请检查您的浏览器地址是否正确": "Page not found, please check if your browser address is correct",
"New API项目仓库地址:": "New API project repository address: ",
- "NewAPI © {{currentYear}} QuantumNous | 基于 One API v0.5.4 © 2023 JustSong。": "NewAPI © {{currentYear}} QuantumNous | Based on One API v0.5.4 © 2023 JustSong.",
- "本项目根据MIT许可证授权,需在遵守Apache-2.0协议的前提下使用。": "This project is licensed under the MIT License and must be used in compliance with the Apache-2.0 License.",
+ "© {{currentYear}}": "© {{currentYear}}",
+ "| 基于": " | Based on ",
+ "© 2023 JustSong。": "© 2023 JustSong.",
+ "本项目根据": "This project is licensed under the ",
+ "授权,需在遵守": " and must be used in compliance with the ",
+ "的前提下使用。": ".",
"管理员暂时未设置任何关于内容": "The administrator has not set any custom About content yet",
"早上好": "Good morning",
"中午好": "Good afternoon",
diff --git a/web/src/pages/About/index.js b/web/src/pages/About/index.js
index 42ac09e0..78de9185 100644
--- a/web/src/pages/About/index.js
+++ b/web/src/pages/About/index.js
@@ -3,7 +3,6 @@ import { API, showError } from '../../helpers';
import { marked } from 'marked';
import { Empty } from '@douyinfe/semi-ui';
import { IllustrationConstruction, IllustrationConstructionDark } from '@douyinfe/semi-illustrations';
-import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
const About = () => {
@@ -42,14 +41,58 @@ const About = () => {
);