修改任务启动顺序

This commit is contained in:
lingling 2024-08-26 14:50:32 +08:00
parent 21776380d3
commit 0a57ec1259
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
2177638 修改打包逻辑
07b66a0 增加youtube函数
1d1789d 修复邮箱卡住问题
499c1bd 修复乱序执行错误 增加谷歌新闻阅读

View File

@ -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)
//当前执行的队列索引