chore: 添加备案信息

This commit is contained in:
2026-03-30 15:08:22 +08:00
parent b570c9e621
commit d122f19ead
3 changed files with 20 additions and 3 deletions

BIN
public/recorded.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -2,6 +2,7 @@
import { profileConfig } from "../config";
import { url } from "../utils/url-utils";
import Recorded from "./Recorded.astro";
const currentYear = new Date().getFullYear();
---
@@ -14,8 +15,6 @@ const currentYear = new Date().getFullYear();
&copy; <span id="copyright-year">{currentYear}</span> {profileConfig.name}. All Rights Reserved. /
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href={url('rss.xml')}>RSS</a> /
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href={url('sitemap-index.xml')}>Sitemap</a><br>
Powered by
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href="https://astro.build">Astro</a> &
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
<Recorded />
</div>
</div>

View File

@@ -0,0 +1,18 @@
<a
class="whitespace-nowrap inline-flex items-center max-w-full overflow-hidden"
target="_blank"
href={"https://beian.miit.gov.cn/"}>鲁ICP备2025144068号-1</a
><br />
<a
class="whitespace-nowrap inline-flex items-center max-w-full overflow-hidden"
target="_blank"
href={"https://beian.mps.gov.cn/#/query/webSearch?code=37011302000501"}
>
<img
src="/recorded.png"
class="w-4 h-4 mr-1.5"
alt="备案图标"
loading="lazy"
/>
鲁公网安备37011302000501号</a
><br />