Skip to content

Commit 32d813d

Browse files
committed
add js qa
1 parent 9af6825 commit 32d813d

File tree

6 files changed

+818
-75
lines changed

6 files changed

+818
-75
lines changed

src/.vuepress/navbar.ts

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
import { navbar } from "vuepress-theme-hope";
1+
import { navbar } from 'vuepress-theme-hope';
22

33
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+
}
2828
]);

src/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ bgImageStyle:
99
background-attachment: fixed
1010
heroText: LeetCode-JS
1111
heroFullScreen: true
12-
tagline: 写给前端工程师的算法通关指南.
12+
tagline: LeetCode 算法 + React 源码 + 前端八股文 = Offer
1313
actions:
14-
- text: 🧭 LeetCode-JS 通关指南
14+
- text: 🧭 LeetCode 通关指南
1515
link: ./leetcode/
1616
type: primary
1717

18-
- text: 🍭 自己动手写 React
18+
- text: 🍭 手写 React 源码
1919
link: ./react/
20-
---
20+
21+
- text: 🔥 前端面试题
22+
link: ./interview/
23+
---

0 commit comments

Comments
 (0)