pref: update friends

This commit is contained in:
thehrz 2023-09-28 23:02:18 +08:00
parent c52de78e3c
commit 3cb3786a1c
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -44,6 +44,10 @@ const friends = [
<h3>友链</h3>
</section>
<v-alert type="info" class="my-5">
排名不分先后
</v-alert>
<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" class="flex flex-col">
<v-img :src="friend.image" class="w-60% m-auto mt-3" />