feat: 停车卡片

This commit is contained in:
2025-09-20 11:45:29 +08:00
parent f585c83554
commit 64db5ebaf3
8 changed files with 35 additions and 370 deletions

View File

@@ -8,7 +8,6 @@
src="/static/chat_msg_loading.gif"
mode="aspectFit"
/>
<!-- <loading v-if="isLoading" /> -->
<ChatMarkdown :key="textKey" :text="processedText" />
<DotLoading v-if="isLoading" />
</view>
@@ -21,7 +20,6 @@
<script setup>
import { defineProps, computed, ref, watch } from "vue";
import ChatMarkdown from "./ChatMarkdown.vue";
import loading from "@/pages/loading/loading.vue";
import DotLoading from "@/pages/loading/DotLoading.vue";
const props = defineProps({

View File

@@ -31,6 +31,17 @@
>
</ChatTopWelcome>
<ChatCardAI class="message-item-ai">
<template #content>
<!-- 车牌添加卡片 -->
<AddCarCrad
:toolCall="{
url: 'https://shop.gzcyb.vip/scanQrFixCode?fixCodeId=49892',
}"
/>
</template>
</ChatCardAI>
<view
class="area-msg-list-content"
v-for="item in chatMsgList"