rides commited on
Commit
6c4a5be
1 Parent(s): 1ef7592

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -2
index.js CHANGED
@@ -12,8 +12,8 @@ const webpages = [
12
 
13
  // 添加1:00-6:00暂停,其他时间正常访问的url数组
14
  const urls = [
15
- 'https://www.google.com', // 备注名称
16
- 'https://www.baidu.com'
17
  // ... 添加更多url
18
  ];
19
 
 
12
 
13
  // 添加1:00-6:00暂停,其他时间正常访问的url数组
14
  const urls = [
15
+ 'https://www.google.com', // 备注名称
16
+ 'https://www.baidu.com',
17
  // ... 添加更多url
18
  ];
19