File tree 6 files changed +818
-75
lines changed
6 files changed +818
-75
lines changed Original file line number Diff line number Diff line change 1
- import { navbar } from " vuepress-theme-hope" ;
1
+ import { navbar } from ' vuepress-theme-hope' ;
2
2
3
3
export default navbar ( [
4
- {
5
- text : " LeetCode-JS 通关指南" ,
6
- icon : " code" ,
7
- prefix : " /leetcode/" ,
8
- link : " /leetcode/"
9
- } ,
10
- {
11
- text : "自己动手写 React" ,
12
- icon : " react" ,
13
- prefix : " /react/" ,
14
- link : " /react/"
15
- } ,
16
- {
17
- text : " 前端面试题" ,
18
- icon : " creative" ,
19
- prefix : " /interview/" ,
20
- link : " /interview/"
21
- } ,
22
- {
23
- text : "博客" ,
24
- icon : " blog" ,
25
- prefix : " /blog/" ,
26
- link : " /blog/"
27
- } ,
4
+ {
5
+ text : ' LeetCode 通关指南' ,
6
+ icon : ' code' ,
7
+ prefix : ' /leetcode/' ,
8
+ link : ' /leetcode/'
9
+ } ,
10
+ {
11
+ text : '手写 React 源码' ,
12
+ icon : ' react' ,
13
+ prefix : ' /react/' ,
14
+ link : ' /react/'
15
+ } ,
16
+ {
17
+ text : ' 前端面试题' ,
18
+ icon : ' creative' ,
19
+ prefix : ' /interview/' ,
20
+ link : ' /interview/'
21
+ } ,
22
+ {
23
+ text : '博客' ,
24
+ icon : ' blog' ,
25
+ prefix : ' /blog/' ,
26
+ link : ' /blog/'
27
+ }
28
28
] ) ;
Original file line number Diff line number Diff line change @@ -9,12 +9,15 @@ bgImageStyle:
9
9
background-attachment : fixed
10
10
heroText : LeetCode-JS
11
11
heroFullScreen : true
12
- tagline : 写给前端工程师的算法通关指南.
12
+ tagline : LeetCode 算法 + React 源码 + 前端八股文 = Offer
13
13
actions :
14
- - text : 🧭 LeetCode-JS 通关指南
14
+ - text : 🧭 LeetCode 通关指南
15
15
link : ./leetcode/
16
16
type : primary
17
17
18
- - text : 🍭 自己动手写 React
18
+ - text : 🍭 手写 React 源码
19
19
link : ./react/
20
- ---
20
+
21
+ - text : 🔥 前端面试题
22
+ link : ./interview/
23
+ ---
You can’t perform that action at this time.
0 commit comments