深度画布缩略图

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

@@ -40,7 +40,8 @@ export class BrushManager {
this.brushStore = new BrushState();
this.layerManager = options.layerManager; // 添加图层管理器引用
this.brushIndicator = options.brushIndicator; // 添加笔刷指示器引用
this.t = options.t
// this.t = options.t
this.t = (v) => v
// 当前活动笔刷
this.activeBrush = null;