|
|
|
|
@ -7,6 +7,8 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "baseline",
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "icon",
|
|
|
|
|
@ -21,9 +23,7 @@ function genCard(vcard) {
|
|
|
|
|
"color": "#6c6664",
|
|
|
|
|
"size": "md"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
`;
|
|
|
|
|
} else {
|
|
|
|
|
@ -31,6 +31,8 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "baseline",
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "icon",
|
|
|
|
|
@ -50,9 +52,7 @@ function genCard(vcard) {
|
|
|
|
|
"uri": "${vcard.url}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
`;
|
|
|
|
|
}
|
|
|
|
|
@ -66,6 +66,8 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "baseline",
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "icon",
|
|
|
|
|
@ -79,19 +81,17 @@ function genCard(vcard) {
|
|
|
|
|
"text": "${vcard.address}",
|
|
|
|
|
"color": "#6c6664",
|
|
|
|
|
"size": "md",
|
|
|
|
|
"wrap": true,
|
|
|
|
|
"action": {
|
|
|
|
|
"type": "uri",
|
|
|
|
|
"label": "action",
|
|
|
|
|
"uri": "https://www.google.com.tw/maps/place/${encodeURIComponent(
|
|
|
|
|
vcard.address
|
|
|
|
|
)}"
|
|
|
|
|
},
|
|
|
|
|
"wrap": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg"
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
} else {
|
|
|
|
|
vcardAddr = "";
|
|
|
|
|
@ -104,6 +104,8 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "baseline",
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "icon",
|
|
|
|
|
@ -123,9 +125,7 @@ function genCard(vcard) {
|
|
|
|
|
"uri": "tel:${vcard.tel}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
`;
|
|
|
|
|
} else {
|
|
|
|
|
@ -168,6 +168,8 @@ function genCard(vcard) {
|
|
|
|
|
"size": "full",
|
|
|
|
|
"aspectRatio": "1:1",
|
|
|
|
|
"aspectMode": "cover",
|
|
|
|
|
"align": "center",
|
|
|
|
|
"gravity": "center",
|
|
|
|
|
"action": {
|
|
|
|
|
"type": "uri",
|
|
|
|
|
"label": "action",
|
|
|
|
|
@ -186,6 +188,8 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "baseline",
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "icon",
|
|
|
|
|
@ -205,9 +209,7 @@ function genCard(vcard) {
|
|
|
|
|
"uri": "mailto:${vcard.email}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "md",
|
|
|
|
|
"paddingStart": "lg"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
`;
|
|
|
|
|
} else {
|
|
|
|
|
@ -233,68 +235,18 @@ function genCard(vcard) {
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [],
|
|
|
|
|
"height": "45%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "image",
|
|
|
|
|
"size": "full",
|
|
|
|
|
"position": "relative",
|
|
|
|
|
"url": "https://369cycle.zltest.com.tw/tggo/template/bg-03h.png"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"height": "55%"
|
|
|
|
|
"type": "image",
|
|
|
|
|
"size": "full",
|
|
|
|
|
"position": "relative",
|
|
|
|
|
"url": "https://369cycle.zltest.com.tw/tggo/template/bg-03h.png",
|
|
|
|
|
"aspectRatio": "4:1",
|
|
|
|
|
"aspectMode": "cover"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "absolute",
|
|
|
|
|
"width": "100%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "Company",
|
|
|
|
|
"size": "3xl",
|
|
|
|
|
"weight": "bold",
|
|
|
|
|
"offsetBottom": "md",
|
|
|
|
|
"color": "#c6b0c9"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "${vcard.company}",
|
|
|
|
|
"color": "#ffffff",
|
|
|
|
|
"size": "md"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"backgroundColor": "#6c6d8b",
|
|
|
|
|
"paddingTop": "sm",
|
|
|
|
|
"paddingBottom": "sm",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"cornerRadius": "xxl",
|
|
|
|
|
"paddingEnd": "lg",
|
|
|
|
|
"offsetBottom": "xl"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"cornerRadius": "15px",
|
|
|
|
|
"paddingStart": "10px",
|
|
|
|
|
"paddingEnd": "10px",
|
|
|
|
|
"alignItems": "flex-end",
|
|
|
|
|
"offsetEnd": "none",
|
|
|
|
|
"position": "absolute",
|
|
|
|
|
"offsetTop": "none"
|
|
|
|
|
"width": "100%",
|
|
|
|
|
"justifyContent": "flex-end"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
@ -307,10 +259,11 @@ function genCard(vcard) {
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [${vcardAvatar}],
|
|
|
|
|
"cornerRadius": "10px",
|
|
|
|
|
"margin": "none",
|
|
|
|
|
"width": "100%"
|
|
|
|
|
"contents": [
|
|
|
|
|
${vcardAvatar}
|
|
|
|
|
],
|
|
|
|
|
"width": "90%",
|
|
|
|
|
"cornerRadius": "xxl"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
@ -357,12 +310,13 @@ function genCard(vcard) {
|
|
|
|
|
"margin": "xxl"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"paddingTop": "5%",
|
|
|
|
|
"paddingTop": "8%",
|
|
|
|
|
"paddingBottom": "8%",
|
|
|
|
|
"justifyContent": "flex-start",
|
|
|
|
|
"width": "30%",
|
|
|
|
|
"alignItems": "center",
|
|
|
|
|
"height": "95%"
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "relative"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
@ -370,40 +324,76 @@ function genCard(vcard) {
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "horizontal",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "Company",
|
|
|
|
|
"size": "3xl",
|
|
|
|
|
"weight": "bold",
|
|
|
|
|
"color": "#c6b0c9"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "${vcard.name}",
|
|
|
|
|
"size": "xxl",
|
|
|
|
|
"weight": "bold"
|
|
|
|
|
"text": "${vcard.company}",
|
|
|
|
|
"color": "#ffffff",
|
|
|
|
|
"size": "md"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"backgroundColor": "#6c6d8b",
|
|
|
|
|
"paddingTop": "sm",
|
|
|
|
|
"paddingBottom": "sm",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"cornerRadius": "xxl",
|
|
|
|
|
"paddingEnd": "lg",
|
|
|
|
|
"offsetBottom": "md"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"cornerRadius": "15px",
|
|
|
|
|
"alignItems": "flex-end",
|
|
|
|
|
"position": "relative"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "${vcard.title}",
|
|
|
|
|
"text": "前端布魯",
|
|
|
|
|
"size": "md",
|
|
|
|
|
"weight": "bold",
|
|
|
|
|
"color": "#888888",
|
|
|
|
|
"action": {
|
|
|
|
|
"type": "uri",
|
|
|
|
|
"label": "action",
|
|
|
|
|
"uri": "${vcard.nfcurl}&cardid=1"
|
|
|
|
|
"uri": "https://utel.zltest.com.tw/card/?params=TE%2BoyUn0Yl7Vj76pKdp9VaL0LtXOVTpMx5BbbOvd1yM%3D&cardid=1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "${vcard.name}",
|
|
|
|
|
"size": "xxl",
|
|
|
|
|
"weight": "bold"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"alignItems": "center"
|
|
|
|
|
"alignItems": "flex-start",
|
|
|
|
|
"justifyContent": "space-between"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "separator",
|
|
|
|
|
@ -419,37 +409,28 @@ function genCard(vcard) {
|
|
|
|
|
${vcardLink}
|
|
|
|
|
${vcardEmail}
|
|
|
|
|
${vcardAddr}
|
|
|
|
|
{
|
|
|
|
|
"type": "box",
|
|
|
|
|
"layout": "vertical",
|
|
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"type": "separator"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"margin": "xs"
|
|
|
|
|
"margin": "xs",
|
|
|
|
|
"backgroundColor": "#ffffff95",
|
|
|
|
|
"paddingTop": "sm",
|
|
|
|
|
"paddingBottom": "lg"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"height": "84%",
|
|
|
|
|
"paddingStart": "xxl"
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "relative",
|
|
|
|
|
"width": "70%",
|
|
|
|
|
"paddingStart": "lg",
|
|
|
|
|
"paddingEnd": "md",
|
|
|
|
|
"paddingBottom": "lg"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"paddingAll": "xl",
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"alignItems": "flex-end"
|
|
|
|
|
"alignItems": "flex-start"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"paddingAll": "0px",
|
|
|
|
|
"action": {
|
|
|
|
|
"type": "uri",
|
|
|
|
|
"label": "action",
|
|
|
|
|
"uri": "https://utel.zltest.com.tw/card/?params=i7Kq7O59hPX1MJ%2Bqd8zQKBwuyc%2F%2BZ%2BZs%2BZXtXBy4zvg%3D&cardid=1"
|
|
|
|
|
},
|
|
|
|
|
"justifyContent": "center",
|
|
|
|
|
"alignItems": "center",
|
|
|
|
|
"height": "420px"
|
|
|
|
|
"alignItems": "center"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|