Skip to content

Commit d4ea35a

Browse files
committed
chore: Remove Github trending. #65
1 parent eda1f25 commit d4ea35a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/Route.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ export const getNavData = () => [
3333
title: '开发文档',
3434
type: 'document',
3535
component: Documents,
36-
}, {
37-
title: '趋势榜',
38-
type: 'trending',
39-
component: Github,
40-
}, {
36+
},
37+
// {
38+
// title: '趋势榜',
39+
// type: 'trending',
40+
// component: Github,
41+
// },
42+
{
4143
title: '历史记录',
4244
type: 'history',
4345
component: Historys,

0 commit comments

Comments
 (0)