feat: Implement language filtering and display language information across video components.

This commit is contained in:
kuekhaoyang
2026-02-16 22:08:25 +08:00
parent c8402aedef
commit e95fae4284
11 changed files with 229 additions and 5 deletions
+6
View File
@@ -48,6 +48,12 @@ export function VideoMetadata({ videoData, source, title }: VideoMetadataProps)
{videoData.vod_area}
</Badge>
)}
{videoData?.vod_lang && (
<Badge variant="secondary">
<Icons.Languages size={14} className="mr-1" />
{videoData.vod_lang}
</Badge>
)}
</div>
{videoData?.vod_content && (
<p className="text-sm sm:text-base text-[var(--text-secondary)]">