feat:整理博客目录结构

This commit is contained in:
2026-06-05 15:53:29 +08:00
parent a5976c9783
commit a64f20e84f
7 changed files with 539 additions and 9 deletions

View File

@@ -5,8 +5,9 @@ export const routers = [
{
text: '🌿 Vue',
items: [
{ text: 'Vue3-Common', link: '/Web/Vue/Vue3-Common' },
{ text: 'Vue3架构原理', link: '/Web/Vue/Vue3-Architecture' },
{ text: 'Vue3自定义指令', link: '/Web/Vue/Vue3-Directive' },
{ text: 'Vue3 defineModel', link: '/Web/Vue/Vue3-DefineModel' },
{ text: 'JavaScript知识点整理', link: '/Web/Vue/JavaScript-Guide' },
{ text: '前端包管理器', link: '/Web/Vue/Package' },
{ text: 'Vite核心原理', link: '/Web/Vue/Vite-Principle' },
@@ -27,7 +28,6 @@ export const routers = [
{ text: 'SpringBoot注解', link: '/Web/SpringBoot/SpringBoot-Annotation' },
{ text: 'SpringBoot3原生镜像', link: '/Web/SpringBoot/SpringBoot3-GraalVM' },
{ text: 'SpringBoot技巧', link: '/Web/SpringBoot/SpringBoot-Skills' },
{ text: 'SpringBoot Common', link: '/Web/SpringBoot/SpringBoot-Common' },
{ text: 'SpringBoot RestClient简介', link: '/Web/SpringBoot/SpringBoot-RestClient' },
{ text: 'SpringBoot Redis简介和使用', link: '/Web/SpringBoot/SpringBoot-Redis' },
{ text: 'SpringBoot 线程与事件', link: '/Web/SpringBoot/SpringBoot-Thread' }
@@ -88,7 +88,7 @@ export const routers = [
{
text: '🚀 运维部署',
items: [
{ text: 'OpenObserve部署和使用', link: '/DevOps/OpenObserve' },
{ text: 'OpenObserve部署和使用', link: '/DevOps/OpenObserve' },
{ text: 'Jenkins部署和使用', link: '/DevOps/Jenkins' },
{ text: 'ElasticSearch部署和使用', link: '/DevOps/ElasticSearch' },
{ text: 'Docker简介和安装', link: '/DevOps/Docker' },
@@ -98,6 +98,13 @@ export const routers = [
{
text: '🏗️ 项目实战',
items: [
{
text: '🏢 通用模块',
items: [
{ text: 'Vue3 Common', link: '/Practice/Common/Vue3-Common' },
{ text: 'SpringBoot Common', link: '/Practice/Common/SpringBoot-Common' },
]
},
{
text: '🏢 公司项目',
items: [