diff --git a/src/components/Beian.astro b/src/components/Beian.astro new file mode 100644 index 0000000..dc1db56 --- /dev/null +++ b/src/components/Beian.astro @@ -0,0 +1,99 @@ +
+
+ + 赣ICP备2025059789号 + + + | + + + + 赣公网安备36020002000597号 + + + | + + + + + 萌ICP备20265215号 + +
+
+ + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 519aff6..d92eb95 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,7 @@ --- import { getLangFromUrl, getTranslations, type Lang } from "@/i18n"; import BuildHashBlocks from "@/components/BuildHashBlocks.astro"; +import Beian from "./Beian.astro"; const commit = import.meta.env.PUBLIC_GIT_COMMIT || "unknown"; const lang = getLangFromUrl(Astro.url); const t = getTranslations(lang); @@ -27,32 +28,7 @@ const t = getTranslations(lang); -
- -
+ - -