From 7b12101930ba3cf2819c683ebaea60a21ac82aea Mon Sep 17 00:00:00 2001 From: peijunlei Date: Thu, 10 Sep 2026 11:20:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(footer):=20=E5=A2=9E=E5=8A=A0=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/common.css | 9 +++++++++ public/themes/website/1/en/demo/components/footer.html | 4 ++-- public/themes/website/1/zh/demo/components/footer.html | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/public/themes/dist_static/static/css/common.css b/public/themes/dist_static/static/css/common.css index 9d6708f..4e0e74a 100644 --- a/public/themes/dist_static/static/css/common.css +++ b/public/themes/dist_static/static/css/common.css @@ -1924,6 +1924,15 @@ html[lang="en"] .site-footer__col { font-size: var(--font-16); font-weight: 300; line-height: var(--font-21); +}.site-footer__copyright a { + color: var(--color-text-muted); + text-decoration: none; + display: inline-flex; + align-items: center; + gap: 0.25rem; +}.site-footer__copyright a:hover { + color: var(--color-text); + text-decoration: underline; }.site-footer__gongan { display: inline-block; width: 1.125rem; diff --git a/public/themes/website/1/en/demo/components/footer.html b/public/themes/website/1/en/demo/components/footer.html index ff35aff..e4bc5fe 100755 --- a/public/themes/website/1/en/demo/components/footer.html +++ b/public/themes/website/1/en/demo/components/footer.html @@ -55,8 +55,8 @@