gaoluyang
2026-06-01 057ec4f409094b92fb3c2ceaa77a8324772402e6
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>