diff --git a/src/components/BangumiCard/BangumiCard.vue b/src/components/BangumiCard/BangumiCard.vue
index 6421805e..9e125cd8 100644
--- a/src/components/BangumiCard/BangumiCard.vue
+++ b/src/components/BangumiCard/BangumiCard.vue
@@ -167,19 +167,19 @@ const { isDark } = useDark()
{{ bangumi.title }}
-
+
{{ $t('common.view', { count: numFormatter(bangumi.view) }, bangumi.view) }}
{{ $t('common.anime_follow_count', { count: numFormatter(bangumi.follow) }, bangumi.follow) }}
-
+
{{ bangumi.capsuleText }}
-
{{ bangumi.desc }}
+
{{ bangumi.desc }}
diff --git a/src/components/TopBar/components/FavoritesPop.vue b/src/components/TopBar/components/FavoritesPop.vue
index 6d9331e5..b4f4326f 100644
--- a/src/components/TopBar/components/FavoritesPop.vue
+++ b/src/components/TopBar/components/FavoritesPop.vue
@@ -180,7 +180,7 @@ defineExpose({