Skip to content

Commit

Permalink
docs(friend): add disnox friend link
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Nov 10, 2022
1 parent 53f1a9e commit d99adfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added src/data/avatar/disnox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/data/friend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Friends: Friend[] = [
avatar: require('./avatar/jetzihan.png'),
},
{
title: 'KnIFeR博客站',
title: 'KnIFeR',
description: 'Web开发学习者,分享编程相关的技术和见闻',
website: 'http://knifer.fun/',
avatar: require('./avatar/knifer.png'),
Expand All @@ -48,6 +48,12 @@ export const Friends: Friend[] = [
website: 'https://meoo.space/',
avatar: require('./avatar/meoo.png'),
},
{
title: '尚宇',
description: '心怀理想,仰望星空,埋头苦干',
website: 'https://www.disnox.top/',
avatar: require('./avatar/disnox.png'),
},
];

export function sortFriend() {
Expand Down

0 comments on commit d99adfc

Please sign in to comment.