Spaces:
Building
Building
Update index.js
Browse files
index.js
CHANGED
@@ -6,16 +6,15 @@ const port = process.env.PORT || 7860;
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
-
'https://
|
10 |
-
|
11 |
-
'https://raspy-inconclusive-milkshake.glitch.me',
|
12 |
// ... 添加更多url
|
13 |
];
|
14 |
|
15 |
// 添加1:00-6:00暂停,其他时间正常访问的url数组
|
16 |
const urls = [
|
17 |
-
'https://www.
|
18 |
-
|
19 |
// ... 添加更多url
|
20 |
];
|
21 |
|
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
+
'https://www.google.com',
|
10 |
+
|
|
|
11 |
// ... 添加更多url
|
12 |
];
|
13 |
|
14 |
// 添加1:00-6:00暂停,其他时间正常访问的url数组
|
15 |
const urls = [
|
16 |
+
'https://www.yahoo.com',
|
17 |
+
|
18 |
// ... 添加更多url
|
19 |
];
|
20 |
|