diff --git a/src/components/cards/MediaCard.vue b/src/components/cards/MediaCard.vue
index ca913284..d9b73292 100644
--- a/src/components/cards/MediaCard.vue
+++ b/src/components/cards/MediaCard.vue
@@ -1,4 +1,5 @@
@@ -202,7 +302,7 @@ onBeforeMount(checkSubscribe);
@@ -228,6 +328,46 @@ onBeforeMount(checkSubscribe);
+
+
+
+
+ 第 {{ item.raw.season_number }} 季
+
+ {{ item.raw.episode_count }}
+
+
+ {{ item.raw.vote_average }}
+
+
+ {{ seasonsSubscribed[item.raw.season_number] ? "已订阅" : "未订阅" }}
+
+ 没有数据
+
+
+
+
+
+ 确定
+
+
+