File tree Expand file tree Collapse file tree 3 files changed +666
-16
lines changed
Expand file tree Collapse file tree 3 files changed +666
-16
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ module.exports = {
299299 text : 'JDK' ,
300300 items : [ {
301301 text : 'JDK22新特性' ,
302- link : '/md/java/jdk/ JDK22新特性.md'
302+ link : '/md/java/JDK22新特性.md'
303303 } , ]
304304 } ,
305305 ]
@@ -743,27 +743,15 @@ module.exports = {
743743 "高并发BI系统避免频繁Y-GC" ,
744744 ]
745745 } ,
746- ] ,
747- "/md/java/jdk/" : [
748746 {
749- title : "JDK22新特性 " ,
747+ title : "JDK新特性 " ,
750748 collapsable : false ,
751749 sidebarDepth : 0 ,
752750 children : [
751+ "JDK21新特性.md" ,
753752 "JDK22新特性.md" ,
754753 ]
755- } ,
756- {
757- title : "JDK8新特性" ,
758- collapsable : false ,
759- sidebarDepth : 0 ,
760- children : [
761- "JVM专栏概述" ,
762- "01-JVM虚拟机-上篇" ,
763- "02-JVM虚拟机-下篇" ,
764- "高并发BI系统避免频繁Y-GC" ,
765- ]
766- } ,
754+ } ,
767755 ] ,
768756 "/md/algorithm/logic/leetcode/" : [ {
769757 title : "阿里秋招算法" ,
You can’t perform that action at this time.
0 commit comments