bug fix: number of commit comparison

This commit is contained in:
Jeffrey Hsu 2025-01-14 14:30:24 +08:00
parent f1e2ddd7e4
commit 79c25ef7a7

View File

@ -103,7 +103,7 @@ const props = defineProps<{
:to="`https://cantyonion.site/git/${commit.content.CompareURL}`" :to="`https://cantyonion.site/git/${commit.content.CompareURL}`"
class="text-blue-500 hover:text-blue-700" class="text-blue-500 hover:text-blue-700"
style="font-family: 'LXGW WenKai Mono', monospace" style="font-family: 'LXGW WenKai Mono', monospace"
>比较 {{ commit.content.Commits.length }} 提交 &gt;&gt;</nuxt-link> >比较 {{ commit.content.Len }} 提交 &gt;&gt;</nuxt-link>
</div> </div>
<div class="absolute top-0 right-0 bottom-0 left-0 -z-10 transition-all duration-500 lg:group-hover:rounded-xl lg:group-hover:bg-white/10 lg:group-hover:backdrop-blur-2xl" /> <div class="absolute top-0 right-0 bottom-0 left-0 -z-10 transition-all duration-500 lg:group-hover:rounded-xl lg:group-hover:bg-white/10 lg:group-hover:backdrop-blur-2xl" />
</div> </div>