From 96d5e2ebee0f89a224730ba6949a4f313c3b26ab Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 19 Jun 2024 16:20:57 +0800 Subject: [PATCH] =?UTF-8?q?gitbook=20=E5=8A=A0=E5=85=A5=E7=A4=BE=E4=BA=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/gitbook/components/Footer.js | 5 +- themes/gitbook/components/SocialButton.js | 193 +++++++++++++++++++--- 2 files changed, 172 insertions(+), 26 deletions(-) diff --git a/themes/gitbook/components/Footer.js b/themes/gitbook/components/Footer.js index d0e2a1504d3..0335509d5c5 100644 --- a/themes/gitbook/components/Footer.js +++ b/themes/gitbook/components/Footer.js @@ -1,4 +1,5 @@ import { siteConfig } from '@/lib/config' +import SocialButton from './SocialButton' const Footer = ({ siteInfo }) => { const d = new Date() @@ -11,7 +12,9 @@ const Footer = ({ siteInfo }) => {