This commit is contained in:
LaneYu 2022-07-11 11:09:30 +08:00
parent ac9a5ba54d
commit c402642137
3 changed files with 158 additions and 0 deletions

97
linebot/membercard Normal file
View File

@ -0,0 +1,97 @@
{
"type": "bubble",
"direction": "ltr",
"hero": {
"type": "image",
"url": "https://lh3.googleusercontent.com/riB8DR5GNjOhI5dUtZoIjJmudVXB3Q--23Dx3oTf9BqTtiz7Px5xiI-uU0-i_1P06ooAM1dacg_D-WSlt1DhIVaJKTR4XV2CnvVblQ=s168",
"size": "full",
"aspectRatio": "1:1",
"aspectMode": "cover",
"backgroundColor": "#FFFFFF00"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "md",
"contents": [
{
"type": "text",
"text": "GENTLE PANTH",
"weight": "bold",
"size": "xl",
"align": "start",
"contents": []
},
{
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "icon",
"url": "https://storage.qubic.market/1/0x65819556d419e7d1d28724cda827273d76a08c92/1519/images/image_thumbnail.png",
"size": "3xl"
},
{
"type": "text",
"text": "#076",
"weight": "bold",
"align": "end",
"contents": []
}
]
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "icon",
"url": "https://storage.qubic.market/1/0x65819556d419e7d1d28724cda827273d76a08c92/1684/images/image_thumbnail.png",
"size": "3xl"
},
{
"type": "text",
"text": "#241",
"weight": "bold",
"align": "end",
"contents": []
}
]
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "icon",
"url": "https://storage.qubic.market/1/0x65819556d419e7d1d28724cda827273d76a08c92/1735/images/image_thumbnail.png",
"size": "3xl"
},
{
"type": "text",
"text": "#292",
"weight": "bold",
"align": "end",
"contents": []
}
]
}
]
}
]
},
"footer": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "spacer"
}
]
}
}

18
linebot/membercardin Normal file
View File

@ -0,0 +1,18 @@
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "icon",
"url": "opseauh",
"size": "3xl"
},
{
"type": "text",
"text": "opseauhno",
"weight": "bold",
"align": "end",
"contents": []
}
]
}

43
linebot/membercardmain Normal file
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"
}
]
}
}