feat: 预览的组件

This commit is contained in:
2026-05-25 17:22:51 +08:00
parent 281dffdccd
commit f6b11c50b6
17 changed files with 1793 additions and 27 deletions

View File

@@ -73,11 +73,17 @@
(item.componentName && isLongTextCard(item.componentName))
"
>
<AnswerComponent
<!-- <AnswerComponent
v-if="isLongTextCard(item.componentName)"
:longTextData="item.longTextData"
:finish="item.finish"
/> -->
<LongTextGuideCardPreview
v-if="item.componentName && isLongTextCard(item.componentName)"
:componentName="item.componentName"
/>
<QuickBookingComponent
v-if="
item.toolCall &&
@@ -103,27 +109,21 @@
item.toolCall.componentName === CompName.mapCard
"
/>
<!-- <GeneratorPhotoComponent
<GeneratorPhotoComponent
v-else-if="
item.toolCall &&
item.toolCall.componentName ===
CompName.aigcPhotoGeneratorCard
"
:toolCall="item.toolCall"
/> -->
/>
<!-- <ZModuleC01
v-else-if="
item.toolCall &&
item.toolCall.componentName === CompName.aigcPhotoGeneratorCard
"
/> -->
<LongTextGuideCardPreview
v-else-if="
item.toolCall &&
item.toolCall.componentName === CompName.aigcPhotoGeneratorCard
" :componentName="item.toolCall.componentName" />
<Feedback
v-else-if="
item.toolCall &&