rides commited on
Commit
f5b6b04
·
verified ·
1 Parent(s): 3e4e99c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +4 -5
index.js CHANGED
@@ -6,16 +6,15 @@ const port = process.env.PORT || 7860;
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
- 'https://savory-cold-parrot.glitch.me', // Glitch-688
10
- 'https://53284-3000.4.codesphere.com', // codephere-us
11
- 'https://raspy-inconclusive-milkshake.glitch.me',
12
  // ... 添加更多url
13
  ];
14
 
15
  // 添加1:00-6:00暂停,其他时间正常访问的url数组
16
  const urls = [
17
- 'https://www.google.com', // 备注名称
18
- 'https://www.baidu.com',
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