From aceb96ea533b9733f5cc109f40ce1479b35d837c Mon Sep 17 00:00:00 2001 From: Snowykami Date: Mon, 28 Jul 2025 14:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=9C=A8Footer=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E5=A2=9E=E5=BC=BA=E9=A1=B5=E9=9D=A2=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/footer.tsx | 2 +- web/src/config.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/components/footer.tsx b/web/src/components/footer.tsx index a42ffc3..3ff74e8 100644 --- a/web/src/components/footer.tsx +++ b/web/src/components/footer.tsx @@ -4,7 +4,7 @@ import React from "react"; export default function Footer() { return ( ); } \ No newline at end of file diff --git a/web/src/config.ts b/web/src/config.ts index 301fd53..829df0b 100644 --- a/web/src/config.ts +++ b/web/src/config.ts @@ -14,6 +14,10 @@ const config = { }, bodyWidth: "80vw", bodyWidthMobile: "100vw", + footer: { + text: "Liteyuki ICP备 1145141919810", + links: [] + } } export default config \ No newline at end of file