From 1cb3159b13f827c865eb8a86ef8121d56a234fc8 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 9 Feb 2025 08:49:19 +0800 Subject: [PATCH] pref: update vitepress config --- .vitepress/config.mts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index a915ab9..d531e4e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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" } ],