Skip to content

Commit d98f7a1

Browse files
committed
feat: 添加备案
1 parent 64b7027 commit d98f7a1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/lib/components/SiteFooter.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
href: 'https://www.lxware.cn?code=tasaed',
2323
icon: 'https://img.shields.io/badge/lxware-purple?style=flat&color=677fd7&labelColor=eeeeee&logo=1panel&logoColor=4b68ce'
2424
},
25-
{
26-
id: 'badge-4',
27-
label: '萌ICP备20242486号',
28-
href: 'https://icp.gov.moe/?keyword=20242486',
29-
icon: 'https://img.shields.io/badge/%E8%90%8CICP%E5%A4%87-20242486%E5%8F%B7-blue?style=flat&color=f67280&labelColor=ff165d'
30-
},
3125
{
3226
id: 'badge-5',
3327
label: '鹰歌游戏引擎文档',
@@ -50,6 +44,12 @@
5044
Copyright © 2020 - {currentYear} By TASA-Ed 工作室
5145
</p>
5246
</div>
47+
<a
48+
class="transition text-(--primary) font-medium"
49+
href="https://beian.miit.gov.cn/"
50+
target="_blank">
51+
蒙ICP备2026001527号
52+
</a><br />
5353
<div class="flex flex-wrap items-center gap-4 text-sm">
5454
{#each footerBadges as badge, index(index)}
5555
<a

0 commit comments

Comments
 (0)