chore: add cdn image link for telegram qr code on contact sharing

This commit is contained in:
Anda Toshiki 2023-05-23 22:33:55 +08:00
parent 7f6ea24d66
commit 9e9ed1fa43

View File

@ -3,10 +3,11 @@ import { VPDocAsideSponsors } from 'vitepress/theme'
const data = [
{
items: [{ img: 'https://cdn.jsdelivr.net/gh/maomao1996/picture/sponsor/wechat-color.jpg' }],
},
{
items: [{ img: 'https://cdn.jsdelivr.net/gh/maomao1996/picture/sponsor/alipay-color.jpg' }],
items: [
{
img: 'https://jsd.toshiki.dev/gh/andatoshiki/toshiki-notebook@master/assets/logo/sponsor/telegram.pngg',
},
],
},
]
</script>