From 0a57ec1259ecb36a2a51e7c72661fc9a149db3ae Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 26 Aug 2024 14:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.txt | 1 + js/popup.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 6236210..9605a08 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,4 @@ +2177638 修改打包逻辑 07b66a0 增加youtube函数 1d1789d 修复邮箱卡住问题 499c1bd 修复乱序执行错误 增加谷歌新闻阅读 diff --git a/js/popup.js b/js/popup.js index 863fa26..749ec65 100644 --- a/js/popup.js +++ b/js/popup.js @@ -2,7 +2,7 @@ * @Author: lingling 1077478963@qq.com * @Date: 2024-08-19 09:47:04 * @LastEditors: lingling 1077478963@qq.com - * @LastEditTime: 2024-08-26 10:59:53 + * @LastEditTime: 2024-08-26 14:50:09 * @FilePath: \谷歌自动搜索邮箱自动点击v3\js\popup.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -110,8 +110,8 @@ $(function () { queue.push(mail); // queue.push(youtube); queue.push(play_google); - queue.push(news_google); queue.push(youtube_shorts); + queue.push(news_google); //乱序执行 此处有问题 // queue=shuffleArray(queue) //当前执行的队列索引