feat: 画布内聊天组件

This commit is contained in:
2026-03-05 17:12:35 +08:00
parent b13f7587c8
commit 88681aab88
7 changed files with 284 additions and 4 deletions

View File

@@ -25,12 +25,14 @@
</div>
</div> -->
<flow-canvas />
<Assistant />
</div>
</template>
<script setup lang="ts">
import flowCanvas from './FlowCanvas/flow-canvas.vue'
import card from './FlowCanvas/components/nodes/cards/index.vue'
import Assistant from '../Assistant/assistant.vue'
import { computed, ref, markRaw, onMounted, reactive, nextTick } from 'vue'
const data = reactive({
x: 100,