|
|
|
@ -269,7 +269,7 @@ function genCard(vcard) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"position": "absolute",
|
|
|
|
"position": "absolute",
|
|
|
|
"offsetTop": "10%",
|
|
|
|
"offsetTop": "8%",
|
|
|
|
"offsetStart": "3%",
|
|
|
|
"offsetStart": "3%",
|
|
|
|
"width": "26%",
|
|
|
|
"width": "26%",
|
|
|
|
"alignItems": "center"
|
|
|
|
"alignItems": "center"
|
|
|
|
@ -318,7 +318,7 @@ function genCard(vcard) {
|
|
|
|
"backgroundColor": "#222222",
|
|
|
|
"backgroundColor": "#222222",
|
|
|
|
"width": "100%",
|
|
|
|
"width": "100%",
|
|
|
|
"cornerRadius": "5px",
|
|
|
|
"cornerRadius": "5px",
|
|
|
|
"margin": "md",
|
|
|
|
"margin": "sm",
|
|
|
|
"paddingTop": "5px",
|
|
|
|
"paddingTop": "5px",
|
|
|
|
"paddingBottom": "5px",
|
|
|
|
"paddingBottom": "5px",
|
|
|
|
"action": {
|
|
|
|
"action": {
|
|
|
|
@ -326,6 +326,31 @@ function genCard(vcard) {
|
|
|
|
"label": "action",
|
|
|
|
"label": "action",
|
|
|
|
"uri": "${import.meta.env.VITE_APP_SEND_URL}/?userid=${vcard.user_id}&cardid=1&tpl=0"
|
|
|
|
"uri": "${import.meta.env.VITE_APP_SEND_URL}/?userid=${vcard.user_id}&cardid=1&tpl=0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "box",
|
|
|
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
|
|
|
"contents": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "text",
|
|
|
|
|
|
|
|
"text": "其他連結",
|
|
|
|
|
|
|
|
"margin": "xs",
|
|
|
|
|
|
|
|
"color": "#ffffff",
|
|
|
|
|
|
|
|
"weight": "bold",
|
|
|
|
|
|
|
|
"align": "center"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"margin": "sm",
|
|
|
|
|
|
|
|
"width": "100%",
|
|
|
|
|
|
|
|
"backgroundColor": "#222222",
|
|
|
|
|
|
|
|
"cornerRadius": "5px",
|
|
|
|
|
|
|
|
"paddingTop": "5px",
|
|
|
|
|
|
|
|
"paddingBottom": "5px",
|
|
|
|
|
|
|
|
"action": {
|
|
|
|
|
|
|
|
"type": "uri",
|
|
|
|
|
|
|
|
"label": "action",
|
|
|
|
|
|
|
|
"uri": "http://linecorp.com/"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"position": "absolute",
|
|
|
|
"position": "absolute",
|
|
|
|
|