feat:重构导航栏侧边栏

This commit is contained in:
2025-12-18 00:03:36 +08:00
parent 5b02b1c729
commit 228109ee81
7 changed files with 70 additions and 58 deletions

View File

@@ -1,16 +1,16 @@
export const routers = [
{
text: '🌐Web前端',
text: '🌐 Web前端',
items: [
{
text: 'Vue',
text: '🌿 Vue',
items: [
{ text: 'Vue3-Common', link: '/Web-Front/Vue/Vue3-Common' },
{ text: 'Vue3架构原理', link: '/Web-Front/Vue/Vue3-Architecture' }
]
},
{
text: '其他',
text: '🔄 其他',
items: [
{ text: 'JavaScript知识点整理', link: '/Web-Front/Others/JavaScript-Guide' },
{ text: '前端包管理器', link: '/Web-Front/Others/Package' },
@@ -24,7 +24,7 @@ export const routers = [
text: '🖥️ Web后端',
items: [
{
text: 'SpringBoot',
text: '🍃 SpringBoot',
items: [
{ text: 'Spring IOC简介', link: '/Web-Backend/SpringBoot/SpringIOC' },
{ text: 'SpringBoot启动流程', link: '/Web-Backend/SpringBoot/SpringBoot-Start-Process' },
@@ -37,14 +37,14 @@ export const routers = [
]
},
{
text: 'FastAPI',
text: '🐍 FastAPI',
items: [
{ text: 'FastAPI基础教程', link: '/Web-Backend/FastAPI/FastAPI-Guide' },
{ text: '基于OAuth2的安全验证', link: '/Web-Backend/FastAPI/OAuth2' }
]
},
{
text: '其他',
text: '🔄 其他',
items: [
{ text: 'MySQL知识点', link: '/Web-Backend/Others/MySQL-Knowledge' },
{ text: 'Flyway简单使用', link: '/Web-Backend/Others/Flyway' },