深度画布-平铺设置

This commit is contained in:
lzp
2026-03-16 16:51:12 +08:00
parent 1667d8d3a9
commit dc5d932b11
15 changed files with 539 additions and 59 deletions

View File

@@ -4,6 +4,7 @@ export class KeyEventManager {
this.stateManager = options.stateManager;
this.registerEvents()
}
onMounted() { }
/** 处理键盘事件 */
handleKeyDown(event: any) {