mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: 添加春樱坞城镇信息,更新群聊链接和备案信息
This commit is contained in:
@@ -15,7 +15,7 @@ const navItems = [
|
||||
{ label: '相册', href: '/photo' },
|
||||
{ label: '数据', href: '/stats' },
|
||||
{ label: '赞助', href: '/sponsor' },
|
||||
{ label: '群聊', href: 'https://qm.qq.com/q/9izlHDoef6', external: true },
|
||||
{ label: '群聊', href: 'https://qm.qq.com/q/6hLQs1Tx6g', external: true },
|
||||
];
|
||||
|
||||
const activePath = computed(() => route.path);
|
||||
|
||||
@@ -22,9 +22,7 @@ const siteNav = [
|
||||
];
|
||||
|
||||
const friendLinks = [
|
||||
{ label: 'MineBBS', href: 'https://www.minebbs.com/threads/x.25611/' },
|
||||
{ label: 'MCList', href: 'https://www.mclists.cn/server/7653.html' },
|
||||
{ label: 'mcgodx', href: 'https://mcgodx.com/servers/212/' },
|
||||
{ label: 'InfStarSkin', href: 'https://skin.infstar.cn' },
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -36,7 +34,7 @@ const friendLinks = [
|
||||
<div class="footer-logo">{{ brand }}</div>
|
||||
<p>© 2026 {{ brand }} Minecraft 服务器.</p>
|
||||
<p class="footer-icp">
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">蜀ICP备2025160432号</a>
|
||||
<a href="https://icp.gov.moe/?keyword=20260377" target="_blank" rel="noopener noreferrer">萌ICP备20260377号</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user