feat: 更新网站信息为星空之境 Minecraft 服务器,包括组件库、玩家公约、赞助信息等

This commit is contained in:
Coldsmiles
2026-03-20 20:14:22 +08:00
parent 47e14e5412
commit 0893c17db5
9 changed files with 25 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
defineProps({
eyebrow: {
type: String,
default: '白鹿原组件库',
default: '星空之境组件库',
},
title: {
type: String,

View File

@@ -4,7 +4,7 @@ import { RouterLink } from 'vue-router';
defineProps({
brand: {
type: String,
default: '白鹿原',
default: '星空之境',
},
});

View File

@@ -18,7 +18,7 @@ const props = defineProps({
},
logoAlt: {
type: String,
default: '白鹿原 Minecraft 服务器 Logo',
default: '星空之境 Minecraft 服务器 Logo',
},
ctaLabel: {
type: String,

View File

@@ -249,7 +249,7 @@ export const playstyles = [
];
export const sponsorSummary = {
title: '支持白鹿原服务器',
title: '支持星空之境服务器',
description: '延续 sponsor 页面的大额中心化弹窗结构,但把信息整理为更清晰的摘要和行动区。',
total: '¥42,680',
supporters: '187',

View File

@@ -142,7 +142,7 @@ const bentoItems = [
{ key: 'hardware', size: 'small', icon: 'fas fa-server', title: '自有硬件', desc: '物理工作站,永不跑路', bg: 'https://img.lunadeer.cn/i/2024/02/21/65d592e248066.jpg' },
{ key: 'fun', size: 'small', icon: 'fas fa-gamepad', title: '娱乐玩法', desc: '空岛、跑酷、小游戏', bg: 'https://img.lunadeer.cn/i/2025/11/26/692677566b07b.png' },
{ key: 'update', size: 'medium', icon: 'fas fa-sync-alt', title: '紧跟新版', desc: '紧跟 Paper 核心版本更新,始终保持在版本前列。第一时间体验 Minecraft 的最新内容', bg: 'https://img.lunadeer.cn/i/2025/11/26/692697b71431b.png' },
{ key: 'guide', size: 'medium', icon: 'fas fa-book-open', title: '新手指南', desc: '完善的服务器文档与活跃的社区,帮助你快速上手,加入白鹿原大家庭', bg: 'https://img.lunadeer.cn/i/2025/11/26/692697b7376c7.png' },
{ key: 'guide', size: 'medium', icon: 'fas fa-book-open', title: '新手指南', desc: '完善的服务器文档与活跃的社区,帮助你快速上手,加入星空之境大家庭', bg: 'https://img.lunadeer.cn/i/2025/11/26/692697b7376c7.png' },
];
const medals = ['🥇', '🥈', '🥉'];

View File

@@ -198,7 +198,7 @@ const stepLabels = ['阅读公约', '选择设备', '加入教程', '游戏风
<template>
<section class="join-header">
<h1>加入白鹿原</h1>
<h1>加入星空之境</h1>
<p>跟随引导几分钟内即可开始你的冒险</p>
</section>
@@ -295,7 +295,7 @@ const stepLabels = ['阅读公约', '选择设备', '加入教程', '游戏风
<!-- Step 3: Tutorial -->
<div v-if="currentStep === 3" class="step-content">
<h2>🎮 加入教程</h2>
<p class="step-desc">按照以下步骤操作即可进入白鹿原服务器</p>
<p class="step-desc">按照以下步骤操作即可进入星空之境服务器</p>
<div class="tutorial-steps">
<div v-for="(step, idx) in currentTutorial" :key="idx" class="tutorial-step">
<div class="step-badge">{{ idx + 1 }}</div>

View File

@@ -122,7 +122,7 @@ function setProject(p) {
<span class="counter-label">累计获得赞助</span>
<span class="counter-value">¥{{ animatedTotal.toLocaleString('en-US') }}</span>
</div>
<p class="hero-subtitle">因为有你们白鹿原才能走得更远</p>
<p class="hero-subtitle">因为有你们星空之境才能走得更远</p>
</section>
<main class="sponsor-container">
@@ -194,7 +194,7 @@ function setProject(p) {
<div class="modal-gift-icon">
<i class="fas fa-gift"></i>
</div>
<h3 class="modal-title">支持白鹿原服务器</h3>
<h3 class="modal-title">支持星空之境服务器</h3>
<p class="modal-subtitle">您的每一次支持都将帮助我们提升服务器性能维持更长久的运营</p>
</template>

View File

@@ -193,7 +193,7 @@ function filteredItems(catKey) {
<div class="hero-overlay"></div>
<div class="hero-content">
<h1 class="hero-title">玩家统计</h1>
<p class="hero-subtitle">探索白鹿原的冒险记录</p>
<p class="hero-subtitle">探索星空之境的冒险记录</p>
<p v-if="updatedAt" class="hero-updated">数据更新于 {{ updatedAt }}</p>
</div>
</section>