feat: 默认状态栏

This commit is contained in:
unanmed 2025-09-28 23:37:28 +08:00
parent beb1ac485c
commit 5de5153441

View File

@ -152,8 +152,6 @@ export interface ReplayingStatus {
played: number; played: number;
/** 总长度 */ /** 总长度 */
total: number; total: number;
/** 是否是录像模式 */
replaying: boolean;
} }
export interface ReplayingProps extends ToolbarProps { export interface ReplayingProps extends ToolbarProps {