Skip to content

Commit

Permalink
修改文件结构
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjinzhe committed Jul 14, 2023
1 parent 6fbae83 commit de4aa17
Show file tree
Hide file tree
Showing 65 changed files with 77 additions and 77 deletions.
42 changes: 21 additions & 21 deletions .vitepress/router/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ const nav = [
items: [
{
text: 'javascript',
link: '/docs/javascript/数据类型/原始类型和引用类型.md'
link: '/docs/blog/javascript/数据类型/原始类型和引用类型.md'
},
{
text: "工程化",
link: '/docs/工程化/前端自动化.md'
link: '/docs/blog/工程化/前端自动化.md'
},
{
text: "Vue",
link: '/docs/Vue/vuex+组件封装loading.md'
link: '/docs/blog/Vue/vuex+组件封装loading.md'
},
{
text: "HTML",
link: '/docs/HTML/HTML5和HTML4的区别'
link: '/docs/blog/HTML/HTML5和HTML4的区别'
},
{
text: "CSS",
link: '/docs/CSS/CSS中少用到的属性'
link: '/docs/blog/CSS/CSS中少用到的属性'
},
{
text: "HTTP",
link: '/docs/HTTP/HTTP和HTTPS'
link: '/docs/blog/HTTP/HTTP和HTTPS'
},
]
},
Expand All @@ -33,23 +33,23 @@ const nav = [
items: [
{
text: "复杂度分析",
link: '/docs/算法/复杂度分析'
link: '/docs/blog/算法/复杂度分析'
},
{
text: "数组",
link: '/docs/算法/数组'
link: '/docs/blog/算法/数组'
},
{
text: "链表",
link: '/docs/算法/链表'
link: '/docs/blog/算法/链表'
},
{
text: "二叉树",
link: '/docs/算法/二叉树'
link: '/docs/blog/算法/二叉树'
},
{
text: "二叉查找树",
link: '/docs/算法/二叉查找树'
link: '/docs/blog/算法/二叉查找树'
},
]
},
Expand All @@ -58,24 +58,24 @@ const nav = [
items: [
{
text: "Git简易教程",
link: '/docs/Git/Git简易教程'
link: '/docs/blog/Git/Git简易教程'
},
{
text: "版本号",
link: '/docs/Git/版本号'
link: '/docs/blog/Git/版本号'
},
]
},
{
text: "MD",
link: '/docs/md/md简易语法'
link: '/docs/blog/md/md简易语法'
},
{
text: "项目管理",
items: [
{
text: "缺陷管理分析",
link: '/docs/项目管理/缺陷管理分析'
link: '/docs/blog/项目管理/缺陷管理分析'
},
]
},
Expand All @@ -84,29 +84,29 @@ const nav = [
items: [
{
text: "纪念左耳朵耗子",
link: "/docs/无题/纪念左耳朵耗子"
link: "/docs/blog/无题/纪念左耳朵耗子"
},
{
text: "河南游",
link: "/docs/无题/河南游"
link: "/docs/blog/无题/河南游"
},
{
text: "烟台出差",
link: "/docs/无题/烟台出差"
link: "/docs/blog/无题/烟台出差"
},
{
text: "踏板效应",
link: "/docs/无题/踏板效应"
link: "/docs/blog/无题/踏板效应"
},
{
text: "马太效应",
link: "/docs/无题/马太效应"
link: "/docs/blog/无题/马太效应"
},
]
},
{
text: "读书",
link: '/docs/读书/南京大屠杀'
link: '/docs/blog/读书/南京大屠杀'
},
{
text: "wanado",
Expand Down
Loading

0 comments on commit de4aa17

Please sign in to comment.