From a22be646afd1da830202c05d210a168d55452855 Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Fri, 20 Mar 2026 23:30:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=98=A5=E6=A8=B1?= =?UTF-8?q?=E5=9D=9E=E5=9F=8E=E9=95=87=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=BE=A4=E8=81=8A=E9=93=BE=E6=8E=A5=E5=92=8C=E5=A4=87?= =?UTF-8?q?=E6=A1=88=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/data/towns.json | 29 +++++++++++++++++++++++++++- src/App.vue | 2 +- src/components/layout/SiteFooter.vue | 6 ++---- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/public/data/towns.json b/public/data/towns.json index 32f72e1..0a4bbcf 100644 --- a/public/data/towns.json +++ b/public/data/towns.json @@ -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 青峦为墙,樱海为景,良田相伴,烟火相依。春樱坞藏于山水之间,守着四季温柔,是归人歇脚的港湾,也是旅人向往的桃源。" + } + ] + } + ] \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index b19e1d0..d4fe148 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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); diff --git a/src/components/layout/SiteFooter.vue b/src/components/layout/SiteFooter.vue index 66e2864..ec4cc46 100644 --- a/src/components/layout/SiteFooter.vue +++ b/src/components/layout/SiteFooter.vue @@ -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' }, ]; @@ -36,7 +34,7 @@ const friendLinks = [

© 2026 {{ brand }} Minecraft 服务器.