节点初步完成

This commit is contained in:
2025-08-22 14:03:18 +08:00
parent e1c0e7f633
commit dbf190597b
5 changed files with 111 additions and 66 deletions

View File

@@ -3,5 +3,9 @@
</template>
<script setup lang="ts">
// 简单的页面包装器,使用WorkflowEditor组件
import WorkflowEditor from "~/components/flow-nodes/WorkflowEditor.vue";
definePageMeta({
layout: "flow"
});
</script>