pin5719 commited on
Commit
10f8fa5
1 Parent(s): cc9124d

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +19 -19
index.js CHANGED
@@ -8,6 +8,25 @@ const moment = require('moment-timezone');
8
  const urls = [
9
  // 此处可备注名称,例如:H080
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  'https://instinctive-night-gruyere.glitch.me',
12
  'https://rattle-simple-fog.glitch.me',
13
  'https://oasis-cheddar-change.glitch.me',
@@ -89,25 +108,6 @@ const urls = [
89
  'https://easy-holly-copper.glitch.me',
90
  'https://indecisive-helix-toad.glitch.me',
91
 
92
-
93
- 'https://www.yahoo.com', // 此处可备注名称,例如:glitch
94
- 'https://www.baidu.com', // 此处可备注名称,例如:glitch
95
- 'https://www.yahoo.com', // 此处可备注名称,例如:glitch
96
- 'https://illustrious-little-can.glitch.me', // 此处可备注名称,例如:glitch
97
-
98
-
99
-
100
- 'https://handy-harmonious-utensil.glitch.me', // 此处可备注名称,例如:glitch
101
- 'https://noiseless-ash-reaction.glitch.me', // 此处可备注名称,例如:glitch
102
- 'https://sharp-changeable-viscount.glitch.me', // 此处可备注名称,例如:glitch
103
- // 添加更多24小时不间断访问的URL
104
- ];
105
-
106
- // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
107
- function visitWebsites() {
108
- const websites = [
109
-
110
-
111
 
112
 
113
 
 
8
  const urls = [
9
  // 此处可备注名称,例如:H080
10
 
11
+
12
+
13
+
14
+ 'https://www.yahoo.com', // 此处可备注名称,例如:glitch
15
+ 'https://www.baidu.com', // 此处可备注名称,例如:glitch
16
+ 'https://www.yahoo.com', // 此处可备注名称,例如:glitch
17
+ 'https://illustrious-little-can.glitch.me', // 此处可备注名称,例如:glitch
18
+
19
+
20
+
21
+ 'https://handy-harmonious-utensil.glitch.me', // 此处可备注名称,例如:glitch
22
+ 'https://noiseless-ash-reaction.glitch.me', // 此处可备注名称,例如:glitch
23
+ 'https://sharp-changeable-viscount.glitch.me', // 此处可备注名称,例如:glitch
24
+ // 添加更多24小时不间断访问的URL
25
+ ];
26
+
27
+ // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
28
+ function visitWebsites() {
29
+ const websites = [
30
  'https://instinctive-night-gruyere.glitch.me',
31
  'https://rattle-simple-fog.glitch.me',
32
  'https://oasis-cheddar-change.glitch.me',
 
108
  'https://easy-holly-copper.glitch.me',
109
  'https://indecisive-helix-toad.glitch.me',
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
 
112
 
113