Skip to content

Commit

Permalink
docs: Update members.data.ts (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-v7 authored Mar 25, 2024
1 parent eaac8da commit 03a4bad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/members.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ const members: Member[] = [
description: '啥都不会,啥都想学',
blogUrl: 'https://xinshoujiajia.github.io/',
},
{name: '昵称未知',
avatar: 'github:unknown-v7',
description: '机油哒',
githubUrl: 'https://github.com/unknown-v7.github.io/',
blogUrl: 'https://unknown-v7.io/',
},
]
.map(it => ({
...it,
Expand Down

0 comments on commit 03a4bad

Please sign in to comment.