File tree Expand file tree Collapse file tree 3 files changed +6
-24
lines changed
Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,13 @@ export const battleInterviewSidebar = [
33 text : '面经分享' ,
44 link : 'introduce-share' ,
55 children : [
6- {
7- text : '前端常考' ,
8- link : 'problems/前端常考.md'
9- } ,
106 {
117 text : '接口幂等' ,
128 link : 'problems/接口幂等.md'
139 } ,
1410 {
1511 text : 'Node面试' ,
16- link : 'problems/node面试 .md'
12+ link : 'problems/Node面试 .md'
1713 } ,
1814 {
1915 text : 'Nginx面试' ,
@@ -33,21 +29,9 @@ export const battleInterviewSidebar = [
3329 link : 'problems/前端常考.md'
3430 } ,
3531 {
36- text : '接口幂等' ,
37- link : 'problems/接口幂等.md'
38- } ,
39- {
40- text : 'Node面试' ,
41- link : 'problems/node面试.md'
32+ text : '后端汇总' ,
33+ link : 'problems/后端汇总.md'
4234 } ,
43- {
44- text : 'Nginx面试' ,
45- link : 'problems/Nginx面试.md'
46- } ,
47- {
48- text : 'MySQL面试' ,
49- link : 'problems/MySQL面试.md'
50- }
5135 ]
5236 } ,
5337 {
Original file line number Diff line number Diff line change 1- ---
2- title : 乐观锁与悲观锁
3- ---
1+ # 乐观锁与悲观锁
42
53
64
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const frontEndSidebar = [
1313 } ,
1414 {
1515 text : '前端框架' ,
16- collapsible : true ,
16+ // collapsible: true,
1717 children : [
1818 {
1919 text : 'Vue' ,
@@ -38,7 +38,7 @@ export const frontEndSidebar = [
3838 } ,
3939 {
4040 text : 'UI框架' ,
41- collapsible : true ,
41+ // collapsible: true,
4242 children : [
4343 {
4444 text : 'Ant-Design-Vue' ,
You can’t perform that action at this time.
0 commit comments