mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-08 20:01:47 +08:00
feat: 默认状态栏
This commit is contained in:
parent
baf2e239f3
commit
ce41eb2538
@ -1,7 +1,6 @@
|
||||
import { GameUI, SetupComponentOptions } from '@motajs/system-ui';
|
||||
import { computed, ComputedRef, defineComponent, shallowReactive } from 'vue';
|
||||
import { TextContent } from '../components';
|
||||
import { DefaultProps, ElementLocator, Font } from '@motajs/render';
|
||||
import {
|
||||
DefaultProps,
|
||||
ElementLocator,
|
||||
|
@ -155,8 +155,6 @@ export interface ReplayingStatus {
|
||||
played: number;
|
||||
/** 总长度 */
|
||||
total: number;
|
||||
/** 是否是录像模式 */
|
||||
replaying: boolean;
|
||||
}
|
||||
|
||||
export interface ReplayingProps extends ToolbarProps {
|
||||
|
Loading…
Reference in New Issue
Block a user