main
bruce68410 2 years ago
parent 3a7a91b496
commit f5fa9cccfa

@ -84,9 +84,7 @@ function genCard(vcard) {
"action": { "action": {
"type": "uri", "type": "uri",
"label": "action", "label": "action",
"uri": "https://www.google.com.tw/maps/place/${encodeURIComponent( "uri": "tel:${vcard.tel}"
vcard.address
)}"
} }
}, },
`; `;

Loading…
Cancel
Save