Skip to content

Commit 6f48eca

Browse files
committed
update server and serverlist
1 parent b7350ed commit 6f48eca

File tree

7 files changed

+175
-16
lines changed

7 files changed

+175
-16
lines changed
135 KB
Loading

servers/public/trf/1.png

1010 KB
Loading

servers/public/trf/2.png

739 KB
Loading

servers/public/trf/3.png

977 KB
Loading

servers/public/trf/trf.png

4.77 KB
Loading

servers/zh_CN/ServerList.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,22 +1350,6 @@
13501350
- 生电
13511351
- 养老
13521352

1353-
- name: 屯人服
1354-
type: Java
1355-
version: 1.21.X
1356-
desc: |
1357-
生存 + More,将想法变为可能!
1358-
10+人专业团队护航生存体验!
1359-
加入体验,即可开始!
1360-
link: https://qm.qq.com/q/w9gXicxpEQ
1361-
ip: trf.506521.xyz
1362-
is_member: false
1363-
auth_mode: offline
1364-
tags:
1365-
- 生存
1366-
- 团队运营
1367-
- 创意玩法
1368-
13691353
- name: 喜欢喝果汁の公上一璇
13701354
type: Java
13711355
version: 1.9-1.21.5(Java)/ 1.21.60+(基岩)
@@ -1589,6 +1573,8 @@
15891573
- 生存
15901574

15911575
- name: 日暮里
1576+
icon:
1577+
src: /server_icons/hgmenu.png
15921578
type: Java
15931579
version: 1.21.X
15941580
desc: |

servers/zh_CN/servers/Tun_Ren.md

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
---
2+
name: 屯人服
3+
icon:
4+
src: /trf/trf.png
5+
type: Geyser
6+
version: 1.21.4
7+
desc: |
8+
屯人服是一个公益性质的1.21.4生存服务器
9+
我们提供稳定流畅的游戏体验和友好的社区氛围
10+
无论你是建筑师、红石玩家还是生存爱好者,这里都有你的一席之地
11+
ip: 506521.xyz
12+
is_member: true
13+
auth_mode: offline
14+
hide: false
15+
---
16+
17+
<script setup>
18+
import { ref } from 'vue';
19+
20+
// 服务器轮播图
21+
const serverImages = [
22+
'https://img.picui.cn/free/2025/05/03/6815b0ac24689.png',
23+
'https://img.picui.cn/free/2025/05/03/6815b0abaf153.png',
24+
'https://img.picui.cn/free/2025/05/03/6815b0ac12da1.png'
25+
];
26+
</script>
27+
28+
<div class="server-page">
29+
<a-carousel class="server-carousel" animation-name="fade" indicator-type="dot" show-arrow="hover" :auto-play="true" :interval="5000">
30+
<a-carousel-item v-for="(image, index) in serverImages" :key="index">
31+
<div class="carousel-item">
32+
<img :src="image" class="carousel-image" alt="屯人服截图" />
33+
<div class="carousel-overlay">
34+
<h1 class="carousel-title">屯人服</h1>
35+
<p class="carousel-subtitle">纯净 · 公益 · 和谐</p>
36+
</div>
37+
</div>
38+
</a-carousel-item>
39+
</a-carousel>
40+
</div>
41+
42+
# 🏡 欢迎来到屯人服
43+
44+
> *纯净 · 公益 · 和谐 · 稳定*
45+
46+
屯人服是一个**公益性质**的Minecraft 1.21.4生存服务器,致力于为玩家提供最纯净、最稳定的游戏体验。我们没有繁琐的插件和指令,只有最原汁原味的Minecraft生存玩法。
47+
48+
## ✨ 服务器特色
49+
50+
- **公益运营** - 完全免费,无收费项目,无氪金内容
51+
- **稳定流畅** - 高性能服务器配置,确保游戏体验流畅无卡顿
52+
- **跨平台互通** - 支持Java版和基岩版玩家同服游戏
53+
- **领地保护** - 完善的领地系统,保护您的建筑和财产安全
54+
- **和谐社区** - 友好的玩家群体,热情的管理团队
55+
56+
## 📝 服务器规则
57+
58+
1. 禁止使用任何作弊客户端和模组
59+
2. 尊重他人劳动成果,不要破坏他人建筑
60+
3. 禁止恶意占用大量资源影响服务器性能
61+
4. 保持友好交流,禁止辱骂、歧视等不良行为
62+
63+
## 🔗 加入方式
64+
65+
- **服务器地址**: `506521.xyz`
66+
- **游戏版本**: 1.21.4 (Java & 基岩版)
67+
- **登录方式**: 离线登录 (支持外置登录)
68+
69+
加入我们的[QQ群](https://qm.qq.com/q/zfKV7WwIs8)获取更多信息和帮助!
70+
71+
<style scoped>
72+
/* 覆盖上级页面限制 */
73+
:deep(.VPDoc) {
74+
max-width: 100% !important;
75+
width: 100% !important;
76+
padding: 0 !important;
77+
margin: 0 !important;
78+
}
79+
80+
:deep(.container) {
81+
max-width: 100% !important;
82+
padding: 0 !important;
83+
margin: 0 !important;
84+
}
85+
86+
:deep(.content) {
87+
max-width: 100% !important;
88+
padding: 0 !important;
89+
margin: 0 !important;
90+
}
91+
92+
:deep(.vp-doc) {
93+
max-width: 100% !important;
94+
padding: 0 !important;
95+
margin: 0 !important;
96+
}
97+
98+
/* 服务器页面样式 */
99+
.server-page {
100+
max-width: 100% !important;
101+
width: 100% !important;
102+
margin: 0 !important;
103+
padding: 0 !important;
104+
overflow-x: hidden !important;
105+
margin-bottom: 40px !important;
106+
display: block !important;
107+
}
108+
109+
.server-carousel {
110+
width: 100% !important;
111+
height: 70vh !important;
112+
border-radius: 16px !important;
113+
overflow: hidden !important;
114+
margin-bottom: 0 !important;
115+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
116+
display: block !important;
117+
}
118+
119+
.carousel-item {
120+
position: relative !important;
121+
width: 100% !important;
122+
height: 100% !important;
123+
display: block !important;
124+
}
125+
126+
.carousel-image {
127+
position: absolute !important;
128+
top: 0 !important;
129+
left: 0 !important;
130+
width: 100% !important;
131+
height: 100% !important;
132+
object-fit: cover !important;
133+
display: block !important;
134+
z-index: 1 !important;
135+
}
136+
137+
.carousel-overlay {
138+
position: absolute !important;
139+
top: 0 !important;
140+
left: 0 !important;
141+
width: 100% !important;
142+
height: 100% !important;
143+
background: rgba(0, 0, 0, 0.6) !important;
144+
display: flex !important;
145+
flex-direction: column !important;
146+
justify-content: center !important;
147+
align-items: center !important;
148+
color: white !important;
149+
z-index: 2 !important;
150+
}
151+
152+
.carousel-title {
153+
font-size: 4rem !important;
154+
font-weight: bold !important;
155+
margin-bottom: 20px !important;
156+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
157+
}
158+
159+
.carousel-subtitle {
160+
font-size: 2rem !important;
161+
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
162+
}
163+
164+
@media (max-width: 768px) {
165+
.carousel-title {
166+
font-size: 2.5rem !important;
167+
}
168+
169+
.carousel-subtitle {
170+
font-size: 1.2rem !important;
171+
}
172+
}
173+
</style>

0 commit comments

Comments
 (0)