pin5719 commited on
Commit
551ea8e
1 Parent(s): ed89abd

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +11 -11
index.js CHANGED
@@ -20,6 +20,17 @@ const urls = [
20
 
21
 
22
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  'https://unexpected-eager-dragon.glitch.me',
25
  'https://marvelous-zippy-golf.glitch.me',
@@ -101,17 +112,6 @@ const urls = [
101
  'https://discovered-ajar-kilogram.glitch.me',
102
 
103
 
104
-
105
-
106
- // 添加更多24小时不间断访问的URL
107
- ];
108
-
109
- // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
110
- function visitWebsites() {
111
- const websites = [
112
-
113
-
114
-
115
 
116
 
117
 
 
20
 
21
 
22
 
23
+
24
+
25
+ // 添加更多24小时不间断访问的URL
26
+ ];
27
+
28
+ // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
29
+ function visitWebsites() {
30
+ const websites = [
31
+
32
+
33
+
34
 
35
  'https://unexpected-eager-dragon.glitch.me',
36
  'https://marvelous-zippy-golf.glitch.me',
 
112
  'https://discovered-ajar-kilogram.glitch.me',
113
 
114
 
 
 
 
 
 
 
 
 
 
 
 
115
 
116
 
117