深度画布智能选区

This commit is contained in:
lzp
2026-03-23 16:43:08 +08:00
parent 73845df594
commit eccc00dc53
10 changed files with 532 additions and 374 deletions

View File

@@ -71,6 +71,7 @@ export class StateManager {
/** 记录状态 */
recordState() {
if (this.running.value) return
console.log("recordState")
this.running.value = true
if (this.historyIndex.value < this.historyList.value.length - 1) {
this.historyList.value.splice(this.historyIndex.value + 1)