mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import type { VideoSource } from '@/lib/types';
|
|
|
|
// Default predefined video sources - Real Chinese video APIs
|
|
export const DEFAULT_SOURCES: VideoSource[] = [];
|