feat: 代码调整

This commit is contained in:
2025-07-24 23:59:31 +08:00
parent 17f4f0fb8b
commit 5321b27176
5 changed files with 68 additions and 26 deletions

View File

@@ -1,14 +1,13 @@
<template>
<view class="chat-ai">
<!-- <text>{{ text }}</text> -->
<!-- <XMarkdown :markdown="text"/> -->
<ua-markdown :source="text" />
<ChatMarkdown :text="text"></ChatMarkdown>
<slot></slot>
</view>
</template>
<script setup>
import { defineProps } from "vue";
import ChatMarkdown from "./ChatMarkdown.vue";
defineProps({
text: {