提交 5dde82b3 编写于 作者: W weixin_44463441

Auto Commit

上级 aaaafc88
...@@ -56,14 +56,18 @@ ...@@ -56,14 +56,18 @@
<img v-if="item.img" :src="item.img"/> <img v-if="item.img" :src="item.img"/>
<img v-else src="/loading.gif" class="w-[512px]"/> <img v-else src="/loading.gif" class="w-[512px]"/>
</template> </template>
<template v-else-if="item.message && item.message.length > 5"> <template v-else-if="item.message && item.message.length > 2">
<markdown-preview :value="item.message" class="w-full"/> <markdown-preview :value="item.message" class="w-full"/>
<!-- <markdown-it-vue class="md-body" content="123" :options="mdOptions" :key="index" v-if="item.message"/> --> <!-- <markdown-it-vue class="md-body" content="123" :options="mdOptions" :key="index" v-if="item.message"/> -->
</template> </template>
<p v-else> <p v-else-if="loading">
<t-loading text="AI思考中..." size="small"/> <t-loading text="AI思考中..." size="small"/>
</p> </p>
<p v-else class="text-sm">
AI返回内容为空,换个问题试试吧。
</p>
</div> </div>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册