From 3b17d30a3420cbcbb6156c4915a57f2936152bb4 Mon Sep 17 00:00:00 2001 From: HelloWorld Date: Wed, 22 Apr 2020 17:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B6=A3=E5=9B=BE=E7=89=87=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E6=88=90https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/crontab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/crontab.js b/src/config/crontab.js index eb9211e..6c286bf 100644 --- a/src/config/crontab.js +++ b/src/config/crontab.js @@ -32,7 +32,7 @@ module.exports = [{ createdAt: think.datetime(item.updatetime > item.createtime ? item.createtime : item.updatetime), lastClick: think.datetime(item.updatetime <= item.createtime ? item.createtime : item.updatetime), snap: item.images_upd, - icon: item.sourceLogo + icon: item.sourceLogo.replace("http://shouqu", "https://shouqu") }) } await think.model('hot_bookmarks').addMany(dataList, { replace: true });