Commit d6a73f8 1 parent 91573af commit d6a73f8 Copy full SHA for d6a73f8
File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
* [ 计算机经典书籍下载] ( docs/download/java.md )
2
+ * [ B站视频] ( https://space.bilibili.com/513340480 )
2
3
* 学习路线
3
4
* [ Java并发学习路线] ( docs/xuexiluxian/java-thread.md )
4
5
* [ C语言学习路线] ( docs/xuexiluxian/c.md )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default defineHopeConfig({
23
23
"link" ,
24
24
{
25
25
rel : "stylesheet" ,
26
- href : "//at.alicdn.com/t/font_3180624_bk5smenwss .css" ,
26
+ href : "//at.alicdn.com/t/font_3180624_k95uz6qe3mj .css" ,
27
27
} ,
28
28
] ,
29
29
] ,
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ export default defineNavbarConfig([
17
17
icon : "luxian" ,
18
18
link : "/xuexiluxian/"
19
19
} ,
20
+ {
21
+ text : "B站视频" ,
22
+ icon : "bzhan" ,
23
+ link : "https://space.bilibili.com/513340480"
24
+ } ,
20
25
{
21
26
text : "优质文章精选集" ,
22
27
icon : "youzhi" ,
You can’t perform that action at this time.
0 commit comments