mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-03-30 08:40:37 +08:00
refactor: eslint规则,删除无用算法代码
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const algorithmSidebar = [
|
||||
{
|
||||
text: '基础入门',
|
||||
link: "/ds/basic_introduction",
|
||||
link: '/ds/basic_introduction',
|
||||
collapsible: false,
|
||||
children: [{
|
||||
text: '1.1 基本概念',
|
||||
@@ -12,5 +12,5 @@ export const algorithmSidebar = [
|
||||
}, {
|
||||
text: '1.3 算法和算法评价',
|
||||
link: '/ds/basic_introduction/3.algorithm_and_algorithm_evaluation.md'
|
||||
}],
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const cppSidebar=[
|
||||
{
|
||||
text:"计算机组成原理",
|
||||
children:[]
|
||||
}
|
||||
]
|
||||
export const cppSidebar = [
|
||||
{
|
||||
text: '计算机组成原理',
|
||||
children: []
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const cnSidebar=[
|
||||
{
|
||||
text:"计算机网络",
|
||||
children:[]
|
||||
}
|
||||
]
|
||||
export const cnSidebar = [
|
||||
{
|
||||
text: '计算机网络',
|
||||
children: []
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export const dsSidebar = [
|
||||
{
|
||||
text: '基础入门',
|
||||
prefix: "basic-introduction",
|
||||
prefix: 'basic-introduction',
|
||||
collapsible: false,
|
||||
children: [
|
||||
{
|
||||
@@ -16,12 +16,12 @@ export const dsSidebar = [
|
||||
text: '1.3 算法和算法评价',
|
||||
link: '3.algorithm_and_algorithm_evaluation.md'
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '线性表',
|
||||
collapsible: false,
|
||||
prefix: "linear-table",
|
||||
prefix: 'linear-table',
|
||||
children: [
|
||||
{
|
||||
text: '2.1 基础概念和操作',
|
||||
@@ -58,11 +58,11 @@ export const dsSidebar = [
|
||||
text: '2.9 零碎知识补充',
|
||||
link: '9.piecemeal_knowledge_supplement.md'
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
text: "栈和队列",
|
||||
prefix: "栈和队列",
|
||||
text: '栈和队列',
|
||||
prefix: '栈和队列',
|
||||
collapsible: false,
|
||||
children: [
|
||||
{
|
||||
@@ -98,4 +98,4 @@ export const dsSidebar = [
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
|
||||
export const noteMapSidebar=[{
|
||||
text: '考研相关',
|
||||
children: [{
|
||||
text: '测试',
|
||||
link: '/333'
|
||||
}]
|
||||
export const noteMapSidebar = [{
|
||||
text: '考研相关',
|
||||
children: [{
|
||||
text: '测试',
|
||||
link: '/333'
|
||||
}]
|
||||
}, {
|
||||
text: "思维导图",
|
||||
children: [{
|
||||
text: '数据结构',
|
||||
link: 'ds-map.md'
|
||||
}, {
|
||||
text: '操作系统',
|
||||
link: 'os-map.md'
|
||||
}, {
|
||||
text: '计算机组成原理',
|
||||
link: 'ccp-map.md'
|
||||
}, {
|
||||
text: '计算机网络',
|
||||
link: 'cn-map.md'
|
||||
}]
|
||||
}]
|
||||
text: '思维导图',
|
||||
children: [{
|
||||
text: '数据结构',
|
||||
link: 'ds-map.md'
|
||||
}, {
|
||||
text: '操作系统',
|
||||
link: 'os-map.md'
|
||||
}, {
|
||||
text: '计算机组成原理',
|
||||
link: 'ccp-map.md'
|
||||
}, {
|
||||
text: '计算机网络',
|
||||
link: 'cn-map.md'
|
||||
}]
|
||||
}]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const osSidebar = [
|
||||
{
|
||||
text: "操作系统",
|
||||
children: []
|
||||
}
|
||||
]
|
||||
{
|
||||
text: '操作系统',
|
||||
children: []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user