feat: Remove direct link handling from video cards and grids, and expand source retrieval to include adult sources.

This commit is contained in:
kuekhaoyang
2025-11-28 20:46:49 +08:00
parent 8d3ac02602
commit 81759ec274
6 changed files with 17 additions and 31 deletions
-1
View File
@@ -26,7 +26,6 @@ export interface VideoItem {
vod_actor?: string;
vod_director?: string;
vod_content?: string;
vod_play_url?: string;
source: string;
latency?: number; // Response time in milliseconds
}