pin5719 commited on
Commit
ed89abd
1 Parent(s): 50404c1

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +13 -6
index.js CHANGED
@@ -15,13 +15,10 @@ const urls = [
15
  'https://bubble-towering-freedom.glitch.me',
16
 
17
 
18
-
19
- // 添加更多24小时不间断访问的URL
20
- ];
21
 
22
- // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
23
- function visitWebsites() {
24
- const websites = [
25
 
26
 
27
  'https://unexpected-eager-dragon.glitch.me',
@@ -104,6 +101,16 @@ function visitWebsites() {
104
  'https://discovered-ajar-kilogram.glitch.me',
105
 
106
 
 
 
 
 
 
 
 
 
 
 
107
 
108
 
109
 
 
15
  'https://bubble-towering-freedom.glitch.me',
16
 
17
 
 
 
 
18
 
19
+
20
+
21
+
22
 
23
 
24
  'https://unexpected-eager-dragon.glitch.me',
 
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