新增:《初识MyBatis | 快速入门》

This commit is contained in:
2022-07-24 22:35:21 +08:00
parent c4b71a0be7
commit 6f70680fe3
12 changed files with 467 additions and 14 deletions

View File

@@ -16,11 +16,18 @@ export const nav: DefaultTheme.Config['nav'] = [
link: '/solutions/index',
activeMatch: '/solutions/'
},
{
text: '我的小课',
items: [
{ text: 'MyBatis快速入门', link: '/courses/mybatis/index' }
],
activeMatch: '/courses/'
},
{
text: '关于',
items: [
{ text: '关于知识库', link: '/about/index' },
{ text: '关于笔者', link: '/about/me' }
{ text: '关于', link: '/about/me' }
],
activeMatch: '/about/'
}