fix the skip event calculation (#242)

This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent ae71cf106a
commit a8b493799b
5 changed files with 67 additions and 20 deletions

View File

@@ -336,6 +336,8 @@ export type playerConfig = {
};
export type playerMetaData = {
startTime: number;
endTime: number;
totalTime: number;
};