From 9058c584ef20881c326c8e2f9aa77f5df97d292e Mon Sep 17 00:00:00 2001 From: Mobile User Date: Mon, 26 Feb 2018 07:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=A0=87=EF=BC=8Cve?= =?UTF-8?q?rsion1.01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readhub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readhub.js b/readhub.js index 6c944d7..1e0ad86 100644 --- a/readhub.js +++ b/readhub.js @@ -265,7 +265,7 @@ function checkUpdate() { actions: [{ title: "更新", handler: function() { - var url = "jsbox://install?url=https://raw.githubusercontent.com/gadzan/readhub/master/readhub.js&name=ReadHub&icon=icon_050.png"; + var url = "jsbox://install?url=https://raw.githubusercontent.com/gadzan/readhub/master/readhub.js&name=ReadHub&icon=icon_045.png"; $app.openURL(encodeURI(url)); $app.close() }