Mon Jul 10 02:04:00 UTC 2023 inscode

上级 aecb3d66
......@@ -86,7 +86,7 @@
<div class="bg-slate-50 text-gray-700 p-4 mx-2 w-fit max-w-2xl 2xl:max-w-4xl rounded-lg text-wrapper">
<template v-if="item?.viewMode??'chat' === 'image'">
<img v-if="item.img" :src="item.img"/>
<img v-else src="/loading.gif" class="max-w-[512px]"/>
<img v-else src="/loading.gif" class="w-[512px] h-[512px]"/>
</template>
<template>
{{ item.message ? item.message : '...' }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册