From 97b5488588d9c51df6a24bd246d3fd88b4d36810 Mon Sep 17 00:00:00 2001 From: sendevia Date: Sun, 30 Nov 2025 21:22:39 +0800 Subject: [PATCH] feat: add portfolio link to navigation --- .vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index e255cc6..e35ebfb 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -97,6 +97,11 @@ export default defineConfig({ navSegment: [ { text: "首页", icon: "home", link: "/" }, { text: "AincradMix", icon: "borg", link: "/posts/AincradMix" }, + { + text: "作品集", + icon: "auto_awesome_mosaic", + link: "https://sendevia.cn53.ug.link/photo/share/?id=4&pagetype=share&uuid=b6f1b05f-5027-451b-b21f-81cae88125e9#/login", + }, ], } as any, });