diff --git a/web/src/components/layout/Footer.jsx b/web/src/components/layout/Footer.jsx index c827a581..ba646893 100644 --- a/web/src/components/layout/Footer.jsx +++ b/web/src/components/layout/Footer.jsx @@ -221,23 +221,27 @@ const FooterBar = () => { return (
{footer ? ( -
-
-
- {t('设计与开发由')} - - New API - +
+ ) : ( customFooter )} diff --git a/web/src/index.css b/web/src/index.css index 116ff741..163d79b6 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -469,6 +469,9 @@ html.dark .sbg-variant-green { .custom-footer { font-size: 1.1em; } +.custom-footer.na-cb6feafeb3990c78 { + position: relative; +} /* 卡片内容容器通用样式 */ .card-content-container {