feat: 添加 MediaInfoDialog 组件并更新相关引用

This commit is contained in:
jxxghp
2024-12-29 14:22:27 +08:00
parent a604d3223a
commit 3b2d5e45bb
5 changed files with 245 additions and 117 deletions

View File

@@ -4,7 +4,7 @@ import type { Context } from '@/api/types'
import { isNullOrEmptyObject } from '@/@core/utils'
// 输入参数
const props = defineProps({
defineProps({
context: Object as PropType<Context>,
})
@@ -45,8 +45,7 @@ function openTmdbPage(type: string, tmdbId: number) {
</template>
</VImg>
</div>
<div>
<div class="flex-grow">
<VCardItem class="pb-1">
<VCardTitle class="text-center text-md-left">
{{ context?.media_info?.title || context?.meta_info?.name }}