feat: 预览的组件
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user