chore: 添加备案信息
This commit is contained in:
BIN
public/recorded.png
Normal file
BIN
public/recorded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { profileConfig } from "../config";
|
import { profileConfig } from "../config";
|
||||||
import { url } from "../utils/url-utils";
|
import { url } from "../utils/url-utils";
|
||||||
|
import Recorded from "./Recorded.astro";
|
||||||
|
|
||||||
const currentYear = new Date().getFullYear();
|
const currentYear = new Date().getFullYear();
|
||||||
---
|
---
|
||||||
@@ -14,8 +15,6 @@ const currentYear = new Date().getFullYear();
|
|||||||
© <span id="copyright-year">{currentYear}</span> {profileConfig.name}. All Rights Reserved. /
|
© <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('rss.xml')}>RSS</a> /
|
||||||
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href={url('sitemap-index.xml')}>Sitemap</a><br>
|
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href={url('sitemap-index.xml')}>Sitemap</a><br>
|
||||||
Powered by
|
<Recorded />
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
18
src/components/Recorded.astro
Normal file
18
src/components/Recorded.astro
Normal 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 />
|
||||||
Reference in New Issue
Block a user