diff --git a/public/images/students/csy.webp b/public/images/students/csy.webp new file mode 100644 index 0000000..5c0fb2b Binary files /dev/null and b/public/images/students/csy.webp differ diff --git a/public/images/students/ymy.webp b/public/images/students/ymy.webp new file mode 100644 index 0000000..607cd86 Binary files /dev/null and b/public/images/students/ymy.webp differ diff --git a/public/images/students/zyy.webp b/public/images/students/zyy.webp new file mode 100644 index 0000000..bd395b0 Binary files /dev/null and b/public/images/students/zyy.webp differ diff --git a/src/pages/friends.vue b/src/pages/friends.vue index dc503ea..fd7a9ae 100644 --- a/src/pages/friends.vue +++ b/src/pages/friends.vue @@ -15,6 +15,21 @@ const friends = [ image: '/images/teachers/jwd.png', link: 'https://space.bilibili.com/1419724186', }, + { + name: '程硕洋同志Bilibili', + image: '/images/students/csy.webp', + link: 'https://space.bilibili.com/1785920089', + }, + { + name: '余梦瑶同学Bilibili', + image: '/images/students/ymy.webp', + link: 'https://space.bilibili.com/514821993', + }, + { + name: '周元一同学Bilibili', + image: '/images/students/zyy.webp', + link: 'https://space.bilibili.com/1148614836', + }, ]