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
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
1053
features/global.json
1053
features/global.json
File diff suppressed because one or more lines are too long
|
|
@ -49,7 +49,7 @@
|
|||
"props": {
|
||||
"number": null,
|
||||
"plain_text": null,
|
||||
"url": "https://i.postimg.cc/yNSM0bRr/Police.png",
|
||||
"url": "/api/cdn/assets/police_1.png",
|
||||
"media_type": "IMAGE",
|
||||
"margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 },
|
||||
"padding": null
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
"props": {
|
||||
"number": null,
|
||||
"plain_text": null,
|
||||
"url": "https://i.postimg.cc/Kjj9WbjY/police-2.jpg",
|
||||
"url": "/api/cdn/assets/police_2.jpg",
|
||||
"media_type": "IMAGE",
|
||||
"margin": { "top": 8, "right": 0, "bottom": 0, "left": 0 },
|
||||
"padding": null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue