This commit is contained in:
Developer
2026-03-10 19:04:18 +08:00
parent 18eebfb0d2
commit cf20b016ff
18 changed files with 1106 additions and 123 deletions

View File

@@ -35,12 +35,18 @@ export interface Comment {
}
export interface PlayUrlResponse {
durl: Array<{
durl?: Array<{
url: string;
length: number;
size: number;
}>;
dash?: {
video: Array<{ id: number; baseUrl: string; codecs: string; bandwidth: number }>;
audio: Array<{ id: number; baseUrl: string; codecs: string; bandwidth: number }>;
};
quality: number;
accept_quality: number[];
accept_description: string[];
}
export interface QRCodeInfo {