This commit is contained in:
Clas Wen 2025-04-03 18:29:59 +08:00
parent e8627e46e1
commit 199633eb95

View file

@ -9,7 +9,7 @@ export default withMermaid({
themeConfig: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [
{ text: '流程', link: '/process/borrow-classroom' }, { text: '流程', link: '/process/' },
{ text: '维修', link: '/repair/guide' }, { text: '维修', link: '/repair/guide' },
{ text: '存档', link: '/archived' }, { text: '存档', link: '/archived' },
], ],