docs: MySQL note update

This commit is contained in:
ZiuChen
2023-04-27 00:56:01 +08:00
parent 9e57a2cff3
commit 9307a506b5
2 changed files with 298 additions and 1 deletions

View File

@@ -16,5 +16,6 @@ export const notes = [
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' },
{ text: '服务端渲染', link: '/note/SSR' },
{ text: 'React基础', link: '/note/React' }
{ text: 'React基础', link: '/note/React' },
{ text: 'MySQL', link: '/note/MySQL' }
]