feat: Add GitHub link to navbar and implement direct video playback links for secret page.

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