huminmin
2026-06-01 a563ea879ef5fb6897e76d2df661e465dce2ab9b
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>