feat:更新MySQL文档

This commit is contained in:
2026-05-27 14:17:04 +08:00
parent efc1f5fbae
commit 46545ca0c2
2 changed files with 53 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ export const routers = [
items: [
{ text: 'MyBatis简介和使用', link: '/Web/MySQL/MyBatis' },
{ text: 'Flyway简单使用', link: '/Web/MySQL/Flyway' },
{ text: 'MySQL知识点', link: '/Web/MySQL/MySQL-Knowledge' },
{ text: 'MySQL知识点', link: '/Web/MySQL/Summary' },
{ text: 'SQL高阶用法', link: '/Web/MySQL/SQL-Advance' }
]
},
@@ -79,7 +79,7 @@ export const routers = [
]
},
{
text: '🚀 DevOps',
text: '🚀 运维部署',
items: [
{ text: 'OpenObserve部署和使用', link: '/DevOps/OpenObserve' },
{ text: 'Jenkins部署和使用', link: '/DevOps/Jenkins' },