docs: add servers

This commit is contained in:
thehrz 2025-02-09 08:59:04 +08:00
parent da79442239
commit 96d6f9227f
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
5 changed files with 11 additions and 3 deletions

View File

@ -26,7 +26,12 @@ export default defineConfig({
}, },
{ {
text: "服务器", text: "服务器",
items: [{ text: "主服务器", link: "/server/main" }], items: [
{ text: "主服务器 (Main)", link: "/server/main" },
{ text: "建筑 (Build)", link: "/server/build" },
{ text: "小游戏 (Minigames)", link: "/server/minigames" },
{ text: "归档 (Archive)", link: "/server/archive" },
],
}, },
{ {
text: "玩法", text: "玩法",

1
server/archive.md Normal file
View File

@ -0,0 +1 @@
# 归档 (Archive)

1
server/build.md Normal file
View File

@ -0,0 +1 @@
# 建筑 (Build)

View File

@ -1,4 +1,4 @@
# 主服务器 # 主服务器 (Main)
## 命令 ## 命令
@ -15,7 +15,7 @@
| /home | 回到家 | | /home | 回到家 |
| /sethome | 设置家 | | /sethome | 设置家 |
| /renamehome | 重命名家 | | /renamehome | 重命名家 |
| /delhome | 对家改名 | | /delhome | 删除家 |
| /spawn | 回到出生点 | | /spawn | 回到出生点 |
| /list | 在线玩家列表 | | /list | 在线玩家列表 |
| /msg | 私聊某人 | | /msg | 私聊某人 |

1
server/minigames.md Normal file
View File

@ -0,0 +1 @@
# 小游戏 (Minigames)