From 9fd5ec60d7bc76e4fded439062b0a89d1e4cd3f0 Mon Sep 17 00:00:00 2001 From: HelloWorld Date: Mon, 11 Nov 2019 14:19:52 +0800 Subject: [PATCH] forbid get favicon --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9c263c6..eab9839 100644 --- a/app.js +++ b/app.js @@ -82,7 +82,7 @@ app.use(function (err, req, res, next) { // 卡片这模式就没怎么用过,干掉了。 // api.checkSnapFaviconState(); // api.getSnapByTimer(); -api.getFaviconByTimer(); +// api.getFaviconByTimer(); api.getHotBookmarksByTimer(); module.exports = app; \ No newline at end of file