Skip to content

Commit 947f9e0

Browse files
committed
update book image
1 parent d38f217 commit 947f9e0

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

src/.vuepress/navbar.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,25 @@ export default navbar([
1010
{
1111
text: 'React 源码',
1212
icon: 'react',
13-
link: 'https://2xiao.github.io/my-react/'
13+
link: 'https://2xiao.github.io/my-react/',
14+
target: '_self'
1415
},
1516
{
1617
text: 'Vue 源码',
1718
icon: 'vue',
18-
link: 'https://2xiao.github.io/my-vue/'
19+
link: 'https://2xiao.github.io/my-vue/',
20+
target: '_self'
1921
},
2022
{
2123
text: '前端面试题',
2224
icon: 'creative',
23-
link: 'https://2xiao.github.io/interview/'
25+
link: 'https://2xiao.github.io/interview/',
26+
target: '_self'
2427
},
2528
{
2629
text: '博客',
2730
icon: 'blog',
28-
link: 'https://2xiao.github.io/blog/'
31+
link: 'https://2xiao.github.io/blog/',
32+
target: '_self'
2933
}
3034
]);
1.69 MB
Loading
1.76 MB
Loading
1.98 MB
Loading

src/image/leetcode-js-logo.png

1.69 MB
Loading

src/image/react-logo.png

1.76 MB
Loading

src/image/vue-logo.png

1.98 MB
Loading

0 commit comments

Comments
 (0)