pref(friends): update jwd image

This commit is contained in:
thehrz 2023-08-09 22:28:48 +08:00
parent e684660495
commit 6c33bf00f3
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -10,14 +10,9 @@ const friends = [
image: 'https://thehrz.net/thehrz.jpg',
link: 'https://thehrz.net',
},
{
name: '金卫东同志博客',
image: '',
link: 'https://blog.sina.com.cn/u/1259127853',
},
{
name: '金卫东同志Bilibili',
image: '',
image: '/images/teachers/jwd.png',
link: 'https://space.bilibili.com/1419724186',
},
]
@ -30,8 +25,8 @@ const friends = [
</section>
<div class="grid grid-cols-2 md:grid-cols-4 grid-gap-6 not-prose">
<v-card v-for="friend in friends" :key="friend.name" :href="friend.link" target="_blank">
<v-img :src="friend.image" class="w-60% mx-auto mt-3" />
<v-card v-for="friend in friends" :key="friend.name" :href="friend.link" target="_blank" class="flex flex-col">
<v-img :src="friend.image" class="w-60% m-auto mt-3" />
<div class="mx-3 flex justify-center items-center h-15">
<p class="text-center text-4" v-text="friend.name" />