gaoluyang
2026-06-08 e35a067c05d61ff31f2bafacb3abb588179b0ecb
src/components/PurchaseAIChatSidebar/index.vue
对比新文件
@@ -0,0 +1,10 @@
<template>
  <AIChatSidebar :assistants="assistants" default-assistant="purchase" />
</template>
<script setup>
import AIChatSidebar from '@/components/AIChatSidebar/index.vue'
import { purchaseAssistant } from '@/components/AIChatSidebar/assistants'
const assistants = [purchaseAssistant]
</script>