mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 23:43:52 +08:00
热力图bug
This commit is contained in:
@@ -91,11 +91,6 @@ export interface VideoShotData {
|
||||
pvdata?: string; // base64 protobuf: packed float32 timestamps (seconds) per frame
|
||||
}
|
||||
|
||||
export interface HeatmapResponse {
|
||||
timestamp: number;
|
||||
pb_data: string;
|
||||
}
|
||||
|
||||
export interface DanmakuItem {
|
||||
time: number; // 秒(float),弹幕出现时间
|
||||
mode: 1 | 4 | 5; // 1=滚动, 4=底部固定, 5=顶部固定
|
||||
|
||||
Reference in New Issue
Block a user