feat: 添加春樱坞城镇信息,更新群聊链接和备案信息

This commit is contained in:
Coldsmiles
2026-03-20 23:30:09 +08:00
parent 0751bcd048
commit a22be646af
3 changed files with 31 additions and 6 deletions

View File

@@ -23,5 +23,32 @@
"content": "服务器管理团队"
}
]
},
{
"title": "春樱坞",
"logo": "",
"gradient": {
"from": "#667eea",
"to": "#764ba2"
},
"dimension": "overworld",
"coordinatesSecret": true,
"scale": "medium",
"townType": "building",
"recruitment": "maybe",
"founders": [
"Ylsnif"
],
"members": [
"AS_QIAN",
"Coldsmiles_7"
],
"introduction": [
{
"type": "text",
"content": "四面青山环抱,漫山樱色连绵,山坳间铺开一片平坦沃土,便成了这方温柔的春樱坞。\n 这里没有喧嚣纷扰,春日樱雨漫山飘落,落在屋舍檐角、田间小径;山间清风穿林而过,携着淡淡花香,拂过平原上的屋宇与街巷。\n 青峦为墙,樱海为景,良田相伴,烟火相依。春樱坞藏于山水之间,守着四季温柔,是归人歇脚的港湾,也是旅人向往的桃源。"
}
]
}
]

View File

@@ -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);

View File

@@ -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>&copy; 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>