heyue572 commited on
Commit
fcdfb59
1 Parent(s): ebe98de

Update index.js

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