From 3c18cd4f18bc25dcd9a20fdeb2894a1f04d0402a Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Fri, 22 Aug 2025 15:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Footer=E7=89=88=E6=9D=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=BA=E8=87=AA=E5=AE=9A=E4=B9=89=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=8F=90=E4=BE=9B=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/layout/Footer.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/components/layout/Footer.js b/web/src/components/layout/Footer.js index 2a259fb4..564f0712 100644 --- a/web/src/components/layout/Footer.js +++ b/web/src/components/layout/Footer.js @@ -80,6 +80,11 @@ const FooterBar = () => {
© {currentYear} {systemName}. {t('版权所有')}
+ +
+ 全栈服务提供商 + 听泉claude提供 +
), [logo, systemName, t, currentYear, isDemoSiteMode]);