feat:重构导航栏侧边栏
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user