From a7d40bc74893806dbb40a094261803d5808efcfd Mon Sep 17 00:00:00 2001 From: AlanDecode Date: Wed, 24 Jul 2019 13:32:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E8=AE=BE=E5=A4=87=20T?= =?UTF-8?q?witter=20=E5=88=86=E4=BA=AB=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/VOID.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/VOID.js b/assets/VOID.js index af981bcc..dc4eddea 100644 --- a/assets/VOID.js +++ b/assets/VOID.js @@ -344,7 +344,7 @@ var Share = { toTwitter: function (item) { var content = Share.parseItem(item); - var url = 'http://twitter.com/home/?status=分享《'+ content.title + '》 @' + content.twitter + '%0a%0a' + content.excerpt + var url = 'https://twitter.com/intent/tweet?text=分享《'+ content.title + '》 @' + content.twitter + '%0a%0a' + content.excerpt + '%20' + content.url; window.open(url); }