更新Footer版权信息为自定义服务提供商

This commit is contained in:
huangzhenpc
2025-08-22 15:03:10 +08:00
parent 8f7facca40
commit 3c18cd4f18

View File

@@ -80,6 +80,11 @@ const FooterBar = () => {
<div className="flex flex-wrap items-center gap-2">
<Typography.Text className="text-sm !text-semi-color-text-1">© {currentYear} {systemName}. {t('版权所有')}</Typography.Text>
</div>
<div className="text-sm">
<span className="!text-semi-color-text-1">全栈服务提供商 </span>
<a href="https://hk.claude.cursorpro.com.cn" target="_blank" rel="noopener noreferrer" className="!text-semi-color-primary font-medium">听泉claude提供</a>
</div>
</div>
</footer>
), [logo, systemName, t, currentYear, isDemoSiteMode]);