深度画布缩略图

This commit is contained in:
lzp
2026-03-13 14:08:40 +08:00
parent 0a472bb590
commit 3db72ceefb
6 changed files with 73 additions and 62 deletions

View File

@@ -37,7 +37,10 @@ export class StateManager {
}
/** 设置是否开始记录状态 */
setIsRecord(isRecord: boolean) {
this.running.value = !isRecord
}
/** 清空状态 */
clearState(isRecordCurrentState?: boolean) {
this.historyList.value = []