|
|
|
@ -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}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|