main
Wayne 2 years ago
parent 62b7fb2ef2
commit 2c6c89a3ed

@ -333,7 +333,7 @@ function genCard(vcard) {
"contents": [
{
"type": "text",
"text": "其他連結",
"text": "收藏名片",
"margin": "xs",
"color": "#ffffff",
"weight": "bold",
@ -349,7 +349,7 @@ function genCard(vcard) {
"action": {
"type": "uri",
"label": "action",
"uri": "http://linecorp.com/"
"uri": "${import.meta.env.VITE_APP_BASE_URL}/home/address?act=add&cardid=${vcard.user_id}"
}
}
],

@ -314,8 +314,8 @@ function genCard(vcard) {
"type": "button",
"action": {
"type": "uri",
"label": "其他連結",
"uri": "http://linecorp.com/"
"label": "收藏名片",
"uri": "${import.meta.env.VITE_APP_BASE_URL}/home/address?act=add&cardid=${vcard.user_id}"
},
"color": "#c73f6d",
"height": "sm",

@ -304,8 +304,8 @@ function genCard(vcard) {
"type": "button",
"action": {
"type": "uri",
"label": "其他連結",
"uri": "http://linecorp.com/"
"label": "收藏名片",
"uri": "${import.meta.env.VITE_APP_BASE_URL}/home/address?act=add&cardid=${vcard.user_id}"
},
"color": "#464757",
"height": "sm",

@ -201,7 +201,7 @@ function genCard(vcard) {
"contents": [
{
"type": "text",
"text": "其他連結"
"text": "收藏名片"
}
],
"position": "relative",
@ -215,7 +215,7 @@ function genCard(vcard) {
"action": {
"type": "uri",
"label": "action",
"uri": "http://linecorp.com/"
"uri": "${import.meta.env.VITE_APP_BASE_URL}/home/address?act=add&cardid=${vcard.user_id}"
}
}
]

Loading…
Cancel
Save