diff --git a/data/friends.tsx b/data/friends.tsx index 16d0ba15..98a0d128 100644 --- a/data/friends.tsx +++ b/data/friends.tsx @@ -41,6 +41,12 @@ export const Friends: Friend[] = [ website: 'https://simonme.netlify.app', avatar: '/img/friend/simonme.png', }, + { + title: 'SkyWT', + description: '热爱与激情永不止息。', + website: 'https://skywt.cn', + avatar: '/img/friend/skywt.png', + }, { title: '前端老怪兽', description: '一只会敲代码的怪兽', diff --git a/static/img/friend/skywt.png b/static/img/friend/skywt.png new file mode 100644 index 00000000..e3836a85 Binary files /dev/null and b/static/img/friend/skywt.png differ