mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
更新 MediaCard.vue
This commit is contained in:
@@ -467,7 +467,7 @@ function getSeasonPoster(posterPath: string) {
|
|||||||
>
|
>
|
||||||
<VCard title="选择订阅季">
|
<VCard title="选择订阅季">
|
||||||
<DialogCloseBtn @click="subscribeSeasonDialog = false" />
|
<DialogCloseBtn @click="subscribeSeasonDialog = false" />
|
||||||
<VCardText class="p-0">
|
<VCardText>
|
||||||
<VList
|
<VList
|
||||||
v-model="seasonsSelected"
|
v-model="seasonsSelected"
|
||||||
multiple
|
multiple
|
||||||
@@ -476,7 +476,7 @@ function getSeasonPoster(posterPath: string) {
|
|||||||
<VListItem v-for="(item, i) in seasonInfos" :key="i">
|
<VListItem v-for="(item, i) in seasonInfos" :key="i">
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<VImg
|
<VImg
|
||||||
height="80"
|
height="90"
|
||||||
width="60"
|
width="60"
|
||||||
:src="getSeasonPoster(item.poster_path || '')"
|
:src="getSeasonPoster(item.poster_path || '')"
|
||||||
aspect-ratio="2/3"
|
aspect-ratio="2/3"
|
||||||
@@ -493,8 +493,8 @@ function getSeasonPoster(posterPath: string) {
|
|||||||
<VListItemTitle>
|
<VListItemTitle>
|
||||||
第 {{ item.season_number }} 季
|
第 {{ item.season_number }} 季
|
||||||
</VListItemTitle>
|
</VListItemTitle>
|
||||||
<VListItemSubtitle class="mt-1">
|
<VListItemSubtitle class="mt-1 me-2">
|
||||||
评分:{{ item.vote_average }},上映日期:{{ item.air_date }}
|
评分:{{ item.vote_average }},集数:{{ item.episode_count }},首播日期:{{ item.air_date }}
|
||||||
</VListItemSubtitle>
|
</VListItemSubtitle>
|
||||||
<VListItemSubtitle v-html="item.overview" />
|
<VListItemSubtitle v-html="item.overview" />
|
||||||
<VListItemSubtitle>
|
<VListItemSubtitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user