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" } ],