Skip to content

Commit

Permalink
chore: Remove Github trending. #65
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 26, 2021
1 parent eda1f25 commit d4ea35a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions src/Route.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ export const getNavData = () => [
title: '开发文档',
type: 'document',
component: Documents,
}, {
title: '趋势榜',
type: 'trending',
component: Github,
}, {
},
// {
// title: '趋势榜',
// type: 'trending',
// component: Github,
// },
{
title: '历史记录',
type: 'history',
component: Historys,
Expand Down

0 comments on commit d4ea35a

Please sign in to comment.