mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
直播卡片
This commit is contained in:
@@ -20,6 +20,10 @@ export interface VideoItem {
|
||||
desc: string;
|
||||
cid?: number;
|
||||
pages?: Array<{ cid: number; part: string }>;
|
||||
goto?: 'av' | 'live';
|
||||
roomid?: number;
|
||||
online?: number;
|
||||
area_name?: string;
|
||||
}
|
||||
|
||||
export interface Comment {
|
||||
@@ -98,3 +102,15 @@ export interface DanmakuItem {
|
||||
color: number; // 0xRRGGBB 十进制整数
|
||||
text: string;
|
||||
}
|
||||
|
||||
export interface LiveRoom {
|
||||
roomid: number;
|
||||
uid: number;
|
||||
title: string;
|
||||
uname: string;
|
||||
face: string;
|
||||
cover: string;
|
||||
online: number;
|
||||
area_name: string;
|
||||
parent_area_name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user