fix: image urls
This commit is contained in:
parent
73cb3916db
commit
2250352202
4 changed files with 1325 additions and 7 deletions
|
|
@ -49,7 +49,7 @@
|
|||
"props": {
|
||||
"number": null,
|
||||
"plain_text": null,
|
||||
"url": "/api/cdn/assets/chat_1.png",
|
||||
"url": "/api/cdn/assets/chat_1.jpg",
|
||||
"media_type": "IMAGE",
|
||||
"margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 },
|
||||
"padding": { "top": 0, "right": 0, "bottom": 0, "left": 0 }
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
"props": {
|
||||
"number": null,
|
||||
"plain_text": null,
|
||||
"url": "/api/cdn/assets/chat_2.png",
|
||||
"url": "/api/cdn/assets/chat_2.jpg",
|
||||
"media_type": "IMAGE",
|
||||
"margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 },
|
||||
"padding": null
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
"props": {
|
||||
"number": null,
|
||||
"plain_text": null,
|
||||
"url": "/api/cdn/assets/chat_3.png",
|
||||
"url": "/api/cdn/assets/chat_3.jpg",
|
||||
"media_type": "IMAGE",
|
||||
"margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 },
|
||||
"padding": null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue