diff --git a/data/friends.tsx b/data/friends.tsx index 2b910d5..eb81b3b 100644 --- a/data/friends.tsx +++ b/data/friends.tsx @@ -131,6 +131,18 @@ export const Friends: Friend[] = [ website: 'https://h-liu1997.github.io/', avatar: '/img/friend/haiyang liu.jpg', }, + { + title: 'Delong Chen', + description: '陈德龙', + website: 'https://chendelong.world/', + avatar: '/img/friend/delong chen.jpeg', + }, + { + title: 'Zhedong Zheng', + description: '郑哲东', + website: 'https://www.zdzheng.xyz/', + avatar: '/img/friend/zhedong zheng.webp', + }, ] export type Friend = { diff --git a/static/img/friend/delong chen.jpeg b/static/img/friend/delong chen.jpeg new file mode 100644 index 0000000..b518ac2 Binary files /dev/null and b/static/img/friend/delong chen.jpeg differ diff --git a/static/img/friend/zhedong zheng.webp b/static/img/friend/zhedong zheng.webp new file mode 100644 index 0000000..d4bf3fb Binary files /dev/null and b/static/img/friend/zhedong zheng.webp differ