新增:《CentOS 8.2 安装 MySQL 5.7.39》(优化了侧边栏分组生成及 展开逻辑)

This commit is contained in:
2022-10-23 00:25:50 +08:00
parent 7abbebc8b3
commit 6fc91cd8b2
11 changed files with 314 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ export const nav: DefaultTheme.Config['nav'] = [
text: '我的小册',
items: [
{ text: 'Java基础快速入门', link: '/courses/java/index', activeMatch: '/courses/java/' },
{ text: 'MySQL快速入门', link: '/courses/mysql/index', activeMatch: '/courses/mysql/' },
{ text: 'MyBatis快速入门', link: '/courses/mybatis/index', activeMatch: '/courses/mybatis/' }
],
activeMatch: '/courses/'