feat:增加项目实战模块
This commit is contained in:
@@ -32,7 +32,8 @@ export default withMermaid({
|
||||
sidebar: {
|
||||
'/Web/': [routers[0]],
|
||||
'/DevOps/': [routers[1]],
|
||||
'/Others/': [routers[2]]
|
||||
'/Practice/': [routers[2]],
|
||||
'/Others/': [routers[3]]
|
||||
},
|
||||
|
||||
socialLinks: [
|
||||
|
||||
@@ -6,7 +6,13 @@ 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-Architecture' },
|
||||
{ text: 'JavaScript知识点整理', link: '/Web/Vue/JavaScript-Guide' },
|
||||
{ text: '前端包管理器', link: '/Web/Vue/Package' },
|
||||
{ text: 'Vite核心原理', link: '/Web/Vue/Vite-Principle' },
|
||||
{ text: '浏览器渲染全流程解析', link: '/Web/Vue/Browser-Process' },
|
||||
{ text: 'Element Plus 上传器', link: '/Web/Vue/ElUpload' },
|
||||
{ text: 'Element Plus 表格组件', link: '/Web/Vue/ElTable' },
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -43,6 +49,14 @@ export const routers = [
|
||||
{ text: 'SQL高阶用法', link: '/Web/MySQL/SQL-Advance' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '📶 Network',
|
||||
items: [
|
||||
{ text: '网络编程简介', link: '/Web/Network/Summary' },
|
||||
{ text: '.Net Core实现', link: '/Web/Network/NetCore' },
|
||||
{ text: 'Mqtt简介与使用', link: '/Web/Network/Mqtt' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '📱 Flutter',
|
||||
items: [
|
||||
@@ -55,11 +69,6 @@ export const routers = [
|
||||
{
|
||||
text: '🔄 其他',
|
||||
items: [
|
||||
{ text: 'JavaScript知识点整理', link: '/Web/Others/JavaScript-Guide' },
|
||||
{ text: '前端包管理器', link: '/Web/Others/Package' },
|
||||
{ text: 'Vite核心原理', link: '/Web/Others/Vite-Principle' },
|
||||
{ text: '浏览器渲染全流程解析', link: '/Web/Others/Browser-Process' },
|
||||
{ text: 'Element Plus 上传器', link: '/Web/Others/ElUpload' },
|
||||
{ text: 'RustFS简介和使用', link: '/Web/Others/RustFS' },
|
||||
{ text: 'AList简介和使用', link: '/Web/Others/AList' },
|
||||
{ text: 'InfluxDB简介和使用', link: '/Web/Others/InfluxDB' },
|
||||
@@ -79,6 +88,22 @@ export const routers = [
|
||||
{ text: 'Linux命令', link: '/DevOps/LinuxCommand' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '🏗️ 项目实战',
|
||||
items: [
|
||||
{
|
||||
text: '🏢 公司项目',
|
||||
items: [
|
||||
{ text: '埃学习', link: '/Practice/Company/Learn' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '👤 个人项目',
|
||||
items: [
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '🔄 其他',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user