优化:初步优化全局代码样式

This commit is contained in:
2023-02-25 20:36:27 +08:00
parent a0358e1079
commit 57e1051a01
26 changed files with 433 additions and 453 deletions

View File

@@ -1,4 +1,4 @@
import DefaultTheme from 'vitepress/theme'
import type { DefaultTheme } from 'vitepress';
export const nav: DefaultTheme.Config['nav'] = [
{
@@ -37,5 +37,5 @@ export const nav: DefaultTheme.Config['nav'] = [
{ text: '关于我', link: '/about/me', activeMatch: '/about/me' }
],
activeMatch: '/about/' // // 当前页面处于匹配路径下时, 对应导航菜单将突出显示
}
]
},
];