pref: update friends
This commit is contained in:
parent
c52de78e3c
commit
3cb3786a1c
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user