From dc472be03be350e2a69d7adc25ae628f1193f241 Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Tue, 6 Aug 2024 11:42:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E7=82=B9=E8=B5=9E?= =?UTF-8?q?=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bypasscf.js | 2 +- external.js | 2 +- index_passage_list.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bypasscf.js b/bypasscf.js index 6b3d93f5..ac6839f2 100644 --- a/bypasscf.js +++ b/bypasscf.js @@ -229,7 +229,7 @@ async function login(page, username, password) { ]); //注意如果登录失败,这里会一直等待跳转,导致脚本执行失败 这点四个月之前你就发现了结果今天又遇到(有个用户遇到了https://linux.do/t/topic/169209/82),但是你没有在这个报错你提示我8.5 } catch (error) { console.error( - "Navigation timed out in login.请检查用户名密码是否正确(注意密码中是否有特殊字符,需要外面加上双引号指明这是字符串,如果密码里面有双引号则需要转义):", + "Navigation timed out in login.请检查用户名密码是否正确(注意密码中是否有特殊字符,需要外面加上双引号指明这是字符串,如果密码里面有双引号则需要转义), 此外GitHub action不需要加上引号:", error ); throw new Error("Navigation timed out in login."); diff --git a/external.js b/external.js index ea10d6b9..9c761c06 100644 --- a/external.js +++ b/external.js @@ -299,7 +299,7 @@ } else { console.log("clickCounter:", clickCounter); } - }, index * 2000); // 这里的2000毫秒是两次点击之间的间隔,可以根据需要调整 + }, index * 3000); // 这里的3000毫秒是两次点击之间的间隔,可以根据需要调整 }); } const button = document.createElement("button"); diff --git a/index_passage_list.js b/index_passage_list.js index 657d3fa9..e68a0f23 100644 --- a/index_passage_list.js +++ b/index_passage_list.js @@ -299,7 +299,7 @@ } else { console.log("clickCounter:", clickCounter); } - }, index * 2000); // 这里的2000毫秒是两次点击之间的间隔,可以根据需要调整 + }, index * 3000); // 这里的3000毫秒是两次点击之间的间隔,可以根据需要调整 }); } const button = document.createElement("button");