Merge branch 'home3.0' of https://git.nianxx.cn/zoujing/YGChatCS into home3.0

This commit is contained in:
2026-05-10 11:24:55 +08:00
3 changed files with 43 additions and 1 deletions

View File

@@ -92,14 +92,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
"
/>
<Feedback
v-else-if="
item.toolCall &&
@@ -221,6 +228,8 @@ import OpenMapComponent from "../../ChatModule/OpenMapComponent/index.vue";
import AnswerComponent from "../../ChatModule/AnswerComponent/index.vue";
import GeneratorPhotoComponent from "../../ChatModule/GeneratorPhotoComponent/index.vue";
import ZModuleC01 from "../../ChatModule/ZModuleC01/index.vue";
import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue";
import Feedback from "@/components/Feedback/index.vue";
import AddCarCrad from "@/components/AddCarCrad/index.vue";