@@ -9,33 +9,44 @@ export default navbar([
99 link : "/" ,
1010 icon : "home" ,
1111 } ,
12- {
13- text : "校招" ,
14- icon : "campus" ,
15- children : [
16- { text : "校招分享" , link : "/campus-recruit/share" } ,
17- { text : "简历应该这么写" , link : "/campus-recruit/resume.md" } ,
18- { text : "项目经验介绍" , link : "/campus-recruit/project-experience.md" } ,
19- { text : "编程语言" , link : "/campus-recruit/program-language" } ,
20- { text : "面经总结" , link : "/campus-recruit/interview/" } ,
21- { text : "秋招内推" , link : "https://docs.qq.com/sheet/DYW9ObnpobXNRTXpq" } ,
22- ] ,
23- } ,
12+ //{
13+ // text: "校招",
14+ // icon: "campus",
15+ // children: [
16+ // {text: "校招分享", link: "/campus-recruit/share"},
17+ // {text: "简历应该这么写", link: "/campus-recruit/resume.md"},
18+ // {text: "项目经验介绍", link: "/campus-recruit/project-experience.md"},
19+ // {text: "编程语言", link: "/campus-recruit/program-language"},
20+ // {text: "面经总结", link: "/campus-recruit/interview/"},
21+ // {text: "秋招内推", link: "https://docs.qq.com/sheet/DYW9ObnpobXNRTXpq"},
22+ // ],
23+ //},
24+ //{
25+ // text: "校招",
26+ // icon: "campus",
27+ // children: [
28+ // {text: "校招分享", link: "/campus-recruit/share"},
29+ // {text: "简历应该这么写", link: "/campus-recruit/resume.md"},
30+ // {text: "项目经验介绍", link: "/campus-recruit/project-experience.md"},
31+ // {text: "编程语言", link: "/campus-recruit/program-language"},
32+ // {text: "面经总结", link: "/campus-recruit/interview/"},
33+ // {text: "秋招内推", link: "https://docs.qq.com/sheet/DYW9ObnpobXNRTXpq"},
34+ // ],
35+ //},
2436 {
2537 text : "Java" ,
2638 icon : "java" ,
2739 children : [
28- { text : "基础" , link : "/java/java-basic.md" } ,
29- { text : "集合" , link : "/java/java-collection.md" } ,
30- { text : "并发" , link : "/java/java-concurrent.md" } ,
31- { text : "JVM" , link : "/java/jvm.md" } ,
32- { text : "Java8" , link : "/java/java8" } ,
33- ]
34- } ,
35- {
36- text : "框架" ,
37- icon : "framework" ,
38- children : [
40+ {
41+ text : "Java" ,
42+ children : [
43+ { text : "基础" , link : "/java/java-basic.md" } ,
44+ { text : "集合" , link : "/java/java-collection.md" } ,
45+ { text : "并发" , link : "/java/java-concurrent.md" } ,
46+ { text : "JVM" , link : "/java/jvm.md" } ,
47+ { text : "Java8" , link : "/java/java8" } ,
48+ ]
49+ } ,
3950 {
4051 text : "框架" ,
4152 children : [
@@ -44,7 +55,7 @@ export default navbar([
4455 { text : "Mybatis面试题" , link : "/framework/mybatis.md" } ,
4556 { text : "SpringBoot面试题" , link : "/framework/springboot.md" } ,
4657 { text : "SpringCloud详解" , link : "/framework/springcloud/" } ,
47- { text : "SpringCloud面试题" , link : "/framework/springcloud-interview.md" } ,
58+ { text : "SpringCloud面试题" , link : "/framework/springcloud-interview.md" } ,
4859 { text : "Netty详解" , link : "/framework/netty/" } ,
4960 ]
5061 } ,
@@ -53,7 +64,7 @@ export default navbar([
5364 children : [
5465 { text : "消息队列面试题" , link : "/message-queue/mq.md" } ,
5566 { text : "RabbitMQ面试题" , link : "/message-queue/rabbitmq.md" } ,
56- { text : "Kafka面试题" , link : "/message-queue/kafka.md" } ,
67+ { text : "Kafka面试题" , link : "/message-queue/kafka.md" } ,
5768 ]
5869 }
5970 ]
@@ -67,12 +78,6 @@ export default navbar([
6778 { text : "算法" , link : "/computer-basic/algorithm.md" } ,
6879 { text : "LeetCode题解" , link : "/leetcode/hot120" } ,
6980 { text : "数据结构" , link : "/computer-basic/data-structure.md" } ,
70- ]
71- } ,
72- {
73- text : "数据库" ,
74- icon : "db" ,
75- children : [
7681 {
7782 text : "关系型数据库" ,
7883 children : [
@@ -194,10 +199,35 @@ export default navbar([
194199 } ,
195200 ]
196201 } ,
202+ // {
203+ // text: "珍藏资源",
204+ // icon: "collection",
205+ // children: [
206+ // {
207+ // text: "学习资源",
208+ // children: [
209+ // {text: "计算机经典电子书PDF", link: "https://github.com/Tyson0314/java-books"},
210+ // {text: "Leetcode刷题笔记", link: "/learning-resources/leetcode-note.md"},
211+ // ]
212+ // },
213+ // {
214+ // text: "学习路线",
215+ // children: [
216+ // {text: "Java学习路线", link: "/learning-resources/java-learn-guide.md"},
217+ // {text: "CS学习路线", link: "/learning-resources/cs-learn-guide.md"},
218+ // ]
219+ // },
220+ //
221+ // ]
222+ // },
197223 {
198- text : "珍藏资源 " ,
199- icon : "collection " ,
224+ text : "关于 " ,
225+ icon : "about " ,
200226 children : [
227+ { text : "关于我" , link : "/about/introduce.md" } ,
228+ { text : "网站日记" , link : "/other/site-diary.md" } ,
229+ { text : "联系我" , link : "/about/contact.md" } ,
230+ { text : "留言区" , link : "/other/leave-a-message.md" } ,
201231 {
202232 text : "学习资源" ,
203233 children : [
@@ -212,17 +242,6 @@ export default navbar([
212242 { text : "CS学习路线" , link : "/learning-resources/cs-learn-guide.md" } ,
213243 ]
214244 } ,
215-
216- ]
217- } ,
218- {
219- text : "关于" ,
220- icon : "about" ,
221- children : [
222- { text : "关于我" , link : "/about/introduce.md" } ,
223- { text : "网站日记" , link : "/other/site-diary.md" } ,
224- { text : "联系我" , link : "/about/contact.md" } ,
225- { text : "留言区" , link : "/other/leave-a-message.md" } ,
226245 ]
227246 } ,
228247
0 commit comments