This commit is contained in:
2022-07-11 11:09:30 +08:00
parent ac9a5ba54d
commit c402642137
3 changed files with 158 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"type": "bubble",
"direction": "ltr",
"hero": {
"type": "image",
"url": "opsealogopic",
"size": "full",
"aspectRatio": "1:1",
"aspectMode": "cover",
"backgroundColor": "#FFFFFF00"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "md",
"contents": [
{
"type": "text",
"text": "opsealogoname",
"weight": "bold",
"size": "xl",
"align": "start",
"contents": []
},
{
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
//put in membercardalluh
}
]
},
"footer": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "spacer"
}
]
}
}