mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 23:43:52 +08:00
评论
This commit is contained in:
@@ -24,6 +24,21 @@ export interface VideoItem {
|
||||
roomid?: number;
|
||||
online?: number;
|
||||
area_name?: string;
|
||||
ugc_season?: {
|
||||
id: number;
|
||||
title: string;
|
||||
cover: string;
|
||||
ep_count: number;
|
||||
sections: Array<{
|
||||
episodes: Array<{
|
||||
aid: number;
|
||||
bvid: string;
|
||||
cid: number;
|
||||
title: string;
|
||||
arc?: { pic: string; stat?: { view: number } };
|
||||
}>;
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
export interface Comment {
|
||||
|
||||
Reference in New Issue
Block a user