feat: 接入编辑器和导入导出

This commit is contained in:
2026-08-16 18:16:18 +08:00
parent 191069cf31
commit 0fe7d69dba
19 changed files with 334 additions and 54 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const onCommand = (command: keyof typeof commendMap) => {
</script>
<template>
<div ref="canvasRootRef" class="h-full w-full min-h-0 min-w-0 overflow-hidden">
<div ref="canvasRootRef" class="relative h-full w-full min-h-0 min-w-0 overflow-hidden isolate">
<SketchRuler
v-if="viewportSize.width && viewportSize.height"
:palette="palette"