From 79c25ef7a7e6a46c69e699e8bd9b9dcdb78ba5fb Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Tue, 14 Jan 2025 14:30:24 +0800 Subject: [PATCH] bug fix: number of commit comparison --- components/card/GitCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/card/GitCard.vue b/components/card/GitCard.vue index ce2e5ac..3f2bb2d 100644 --- a/components/card/GitCard.vue +++ b/components/card/GitCard.vue @@ -103,7 +103,7 @@ const props = defineProps<{ :to="`https://cantyonion.site/git/${commit.content.CompareURL}`" class="text-blue-500 hover:text-blue-700" style="font-family: 'LXGW WenKai Mono', monospace" - >比较 {{ commit.content.Commits.length }} 提交 >> + >比较 {{ commit.content.Len }} 提交 >>