通过测试
This commit is contained in:
parent
478c9ea959
commit
e753f095c0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue