Files
SiMengWebSite_Notes/docs/.vuepress/navbar.ts
2025-09-22 08:08:44 -04:00

21 lines
299 B
TypeScript

import { defineNavbarConfig } from 'vuepress-theme-plume'
export default defineNavbarConfig([
{
text: '首页',
link: '/',
},
{
text: '博客',
link: '/blog/',
},
{
text: '工具',
link: '/tools/',
},
{
text: '友情链接',
link: '/friends/',
},
])