feat: add sharing to telegram

This commit is contained in:
Wen Junhua
2023-11-25 13:14:06 +08:00
parent e615de3755
commit dc1ea3dfaa
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -33,5 +33,10 @@
"icon": "twitter",
"title": "sharing.twitter",
"url": "https://twitter.com/intent/tweet/?url=%s&text=%s"
},
"telegram": {
"icon": "telegram",
"title": "sharing.telegram",
"url": "https://telegram.me/share/url?text=%s&url=%s"
}
}