From 3bc136a338769584b6852f523517f3b64417afa9 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 19 Feb 2024 00:54:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=AD=A3=E5=9C=A8=E8=BF=BD=E5=85=A7?= =?UTF-8?q?=E5=AE=B9=E6=9B=B4=E6=96=B0=E5=8A=87=E9=9B=86=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=20(#303)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/contentScripts/views/Anime/Anime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contentScripts/views/Anime/Anime.vue b/src/contentScripts/views/Anime/Anime.vue index 6dbaad91..38cbbe69 100644 --- a/src/contentScripts/views/Anime/Anime.vue +++ b/src/contentScripts/views/Anime/Anime.vue @@ -144,7 +144,7 @@ function getPopularAnimeList() { :capsule-text="item.is_finish ? $t('anime.total_episodes', { ep: item.total_count }) : $t('anime.update_to_n_episodes', { - ep: item.total_count, + ep: item.formal_ep_count, })" :desc="item.progress !== '' ? item.progress : $t('anime.havent_seen')" w="2xl:[calc(100%/6-1.5rem)] xl:[calc(100%/5-1.5rem)] lg:[calc(100%/4-1.5rem)] md:[calc(100%/3-1.5rem)] sm:[calc(100%/2-1.5rem)] [calc(100%-1.5rem)]"