This commit is contained in:
2026-02-25 10:16:14 +08:00
parent fdb913a402
commit aa00b9e7f1
21 changed files with 243 additions and 152 deletions

View File

@@ -16,6 +16,7 @@
</div>
</div>
<setting />
<flow-canvas />
</template>
<script setup lang="ts">
@@ -26,6 +27,7 @@
import { useGlobalStore } from '@/stores'
const globalStore = useGlobalStore()
const loading = computed(() => globalStore.state.loading)
import FlowCanvas from '@/components/Canvas/FlowCanvas/index.vue'
</script>
<style lang="less" scoped>