feat: Add native support for CSML in agent_bot API (#4913)
This commit is contained in:
parent
f71980bd95
commit
b7606e4dd2
26 changed files with 722 additions and 80 deletions
|
@ -30,7 +30,7 @@
|
|||
<image-bubble
|
||||
v-if="attachment.file_type === 'image' && !hasImageError"
|
||||
:url="attachment.data_url"
|
||||
:thumb="attachment.thumb_url"
|
||||
:thumb="attachment.data_url"
|
||||
:readable-time="readableTime"
|
||||
@error="onImageLoadError"
|
||||
/>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<image-bubble
|
||||
v-if="attachment.file_type === 'image' && !hasImageError"
|
||||
:url="attachment.data_url"
|
||||
:thumb="attachment.thumb_url"
|
||||
:thumb="attachment.data_url"
|
||||
:readable-time="readableTime"
|
||||
@error="onImageLoadError"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue