From da79442239ac5cc5c7f1d31ccf6a9dbd09142b2c Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 9 Feb 2025 08:50:23 +0800 Subject: [PATCH] pref: add AllMusic to sidebar --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index d531e4e..d5e9fca 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -35,6 +35,7 @@ export default defineConfig({ { text: "更多附魔 (EcoEnchants)", link: "/mechanism/ecoenchants" }, { text: "查询 (CoreProtect)", link: "/mechanism/coreprotect" }, { text: "飞行方块 (FlyBlock)", link: "/mechanism/flyblock" }, + { text: "点歌 (AllMusic)", link: "/mechanism/allmusic" }, { text: "电梯 (Lift)", link: "/mechanism/lift" }, { text: "城镇 (Towny)", link: "/mechanism/towny" }, { text: "星门 (Stargete)", link: "/mechanism/stargete" }