通过测试

This commit is contained in:
lingling 2024-09-26 14:51:50 +08:00
parent 478c9ea959
commit e753f095c0
1 changed files with 2 additions and 3 deletions

View File

@ -68,13 +68,12 @@ $(function () {
//函数队列
let queue = [
{ url: "https://www.youtube.com/shorts/", tip: "youtube_shorts" },
{ url: "https://www.youtube.com/watch?v=LZ7DMB6h-hs", tip: "youtube" },
// { url: "https://www.youtube.com/watch?v=LZ7DMB6h-hs", tip: "youtube" },
{ url: "https://play.google.com/", tip: "play_google" },
{ url: "https://shopping.google.com/", tip: "shopping" },
{ url: "https://shopping.google.com/", tip: "shopping" },
{ url: "https://calendar.google.com/calendar", tip: "calendar" },
{ url: "https://mail.google.com/mail/", tip: "mail" },
{ url: "https://www.google.com/finance/", tip: "play_finance" },
// { url: "https://www.google.com/finance/", tip: "play_finance" },
];
let closed_index = 0;