feat(friends): add lqx

This commit is contained in:
thehrz 2023-09-24 10:13:52 +08:00
parent 55de56eceb
commit c52de78e3c
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -30,7 +30,12 @@ const friends = [
image: '/images/students/zyy.webp',
link: 'https://space.bilibili.com/1148614836',
},
]
{
name: '乐千雪同学Bilibili',
image: '/images/students/lqx.webp',
link: 'https://space.bilibili.com/646450185',
},
].sort(() => Math.random() - 0.5)
</script>
<template>