feat: add some frients

This commit is contained in:
thehrz 2023-09-09 18:34:40 +08:00
parent f4635c0502
commit 4195727aed
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
4 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -15,6 +15,21 @@ const friends = [
image: '/images/teachers/jwd.png', image: '/images/teachers/jwd.png',
link: 'https://space.bilibili.com/1419724186', 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',
},
] ]
</script> </script>