feat: Implement IPTV functionality with channel management and player, and add admin account configuration generation.

This commit is contained in:
kuekhaoyang
2026-02-17 16:37:53 +08:00
parent 91280f250f
commit 5d139114b5
30 changed files with 1362 additions and 50 deletions
+1
View File
@@ -101,6 +101,7 @@ export interface VideoHistoryItem {
poster?: string;
episodes: Episode[];
showIdentifier: string; // Unique identifier for deduplication
sourceMap?: Record<string, string | number>; // Maps source name to videoId for that source
vod_actor?: string;
type_name?: string;
vod_area?: string;