main
Wayne 2 years ago
parent 62b7fb2ef2
commit 2c6c89a3ed

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

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

@ -201,7 +201,7 @@ function genCard(vcard) {
"contents": [ "contents": [
{ {
"type": "text", "type": "text",
"text": "其他連結" "text": "收藏名片"
} }
], ],
"position": "relative", "position": "relative",
@ -215,7 +215,7 @@ function genCard(vcard) {
"action": { "action": {
"type": "uri", "type": "uri",
"label": "action", "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