mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-08 20:01:47 +08:00
chore: 右侧状态栏改为示例
This commit is contained in:
parent
7c9c4c3aa8
commit
beb1ac485c
@ -152,6 +152,8 @@ export interface ReplayingStatus {
|
|||||||
played: number;
|
played: number;
|
||||||
/** 总长度 */
|
/** 总长度 */
|
||||||
total: number;
|
total: number;
|
||||||
|
/** 是否是录像模式 */
|
||||||
|
replaying: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ReplayingProps extends ToolbarProps {
|
export interface ReplayingProps extends ToolbarProps {
|
||||||
|
Loading…
Reference in New Issue
Block a user