pref: update vitepress config

This commit is contained in:
thehrz 2025-02-09 08:49:19 +08:00
parent a39608eef1
commit 1cb3159b13
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -8,6 +8,7 @@ export default defineConfig({
cleanUrls: true,
metaChunk: true,
themeConfig: {
outlineTitle: "目录",
nav: [
{ text: "主页", link: "/" },
{ text: "皮肤站", link: "https://auth.hfbz.net" },
@ -30,6 +31,11 @@ export default defineConfig({
{
text: "玩法",
items: [
{ text: "技能 (AuraSkills)", link: "/mechanism/auraskills" },
{ text: "更多附魔 (EcoEnchants)", link: "/mechanism/ecoenchants" },
{ text: "查询 (CoreProtect)", link: "/mechanism/coreprotect" },
{ text: "飞行方块 (FlyBlock)", link: "/mechanism/flyblock" },
{ text: "电梯 (Lift)", link: "/mechanism/lift" },
{ text: "城镇 (Towny)", link: "/mechanism/towny" },
{ text: "星门 (Stargete)", link: "/mechanism/stargete" }
],