Skip to content

Commit

Permalink
docs: Update members.data.ts (#108)
Browse files Browse the repository at this point in the history
* Update members.data.ts

* Update members.data.ts
  • Loading branch information
xinshoujiajia authored Nov 17, 2023
1 parent 40a4ab7 commit 3a9b65a
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 @@ -161,6 +161,12 @@ const members: Member[] = [
githubUrl: 'https://github.com/dsylxt/dsylxt.github.io',
blogUrl: 'https://dsylxt.github.io/',
},
{
name: '新手佳佳',
avatar: 'github:xinshoujiajia',
description: '啥都不会,啥都想学',
blogUrl: 'https://xinshoujiajia.github.io/',
},
]
.map(it => ({
...it,
Expand Down

0 comments on commit 3a9b65a

Please sign in to comment.