mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 15:33:51 +08:00
1
This commit is contained in:
@@ -8,17 +8,17 @@ export interface VideoItem {
|
||||
name: string;
|
||||
face: string;
|
||||
};
|
||||
stat: {
|
||||
stat?: {
|
||||
view: number;
|
||||
danmaku: number;
|
||||
reply: number;
|
||||
like: number;
|
||||
coin: number;
|
||||
favorite: number;
|
||||
};
|
||||
} | null;
|
||||
duration: number;
|
||||
desc: string;
|
||||
cid: number;
|
||||
cid?: number;
|
||||
pages?: Array<{ cid: number; part: string }>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user