From 4d9d8c29218fb88af444467b78b18dcd3e92d2eb Mon Sep 17 00:00:00 2001 From: haptear Date: Tue, 17 May 2022 14:18:57 +0800 Subject: [PATCH] 123 --- fqkk.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fqkk.js b/fqkk.js index 3f5aeb4..ffe73c8 100644 --- a/fqkk.js +++ b/fqkk.js @@ -13,6 +13,8 @@ V2P报错依赖问题的话,自己去安装依赖 跑不同微信阅读脚本时,关闭其他阅读类的https://open.weixin.qq.com/connect/oauth2/authorize重写,否则会冲突 +10 8-10 * * * 每十分钟到检查v2p上面的参数 + 重写: fast_reada/do_read fqkk.js https://open.weixin.qq.com/connect/oauth2/authorize fqkk.js @@ -151,7 +153,8 @@ class UserInfo { console.log(`开始阅读失败`) console.log(result) notifyStr += ` 阅读失败 ${result} 本次阅读数量 ${this.readCount}` - this.flag = false + //this.flag = false + this.readCount+=1; } }