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