chore: 右侧状态栏改为示例

This commit is contained in:
unanmed 2025-09-28 16:25:53 +08:00
parent eac37b8cd1
commit ef73e08358

View File

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