1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-06 07:40:50 +08:00

feat: update navigation menu with AincradMix entry

This commit is contained in:
2025-11-09 23:28:34 +08:00
parent 97438c93ae
commit c75d38d8ed

View File

@@ -80,7 +80,7 @@ export default defineConfig({
{ text: "所有文章", icon: "list", link: "/posts" },
{ text: "Markdown 示例", icon: "counter_1", link: "/posts/markdown-examples" },
{ text: "API 示例", icon: "counter_2", link: "/posts/api-examples" },
{ text: "Markdown it", icon: "counter_3", link: "/posts/markdown-it" },
{ text: "AincradMix", icon: "borg", link: "/posts/AincradMix" },
],
} as any,
});