pin5719 commited on
Commit
18417a3
1 Parent(s): 1e78d07

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +4 -4
index.js CHANGED
@@ -26,6 +26,8 @@ const urls = [
26
  // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
27
  function visitWebsites() {
28
  const websites = [
 
 
29
  'https://instinctive-night-gruyere.glitch.me',
30
  'https://rattle-simple-fog.glitch.me',
31
  'https://oasis-cheddar-change.glitch.me',
@@ -42,8 +44,8 @@ function visitWebsites() {
42
  'https://stingy-ionian-eggplant.glitch.me',
43
  'https://rainbow-laced-sandwich.glitch.me',
44
  'https://bouncy-round-aspen.glitch.me',
45
- 'https://illustrious-little-can.glitch.me',
46
- 'https://sneaky-available-force.glitch.me',
47
  'https://quasar-square-route.glitch.me',
48
  'https://rattle-valiant-milkshake.glitch.me',
49
  'https://guttural-burly-sceptre.glitch.me',
@@ -109,8 +111,6 @@ function visitWebsites() {
109
 
110
 
111
 
112
-
113
-
114
  'https://www.google.com' // 此处可备注名称,例如:Back4app,最后一个url后面没有逗号
115
  //添加更多的指定时间访问的URL
116
  ];
 
26
  // 添加在01:00至05:00暂停访问,其他时间正常访问的URL数组
27
  function visitWebsites() {
28
  const websites = [
29
+
30
+
31
  'https://instinctive-night-gruyere.glitch.me',
32
  'https://rattle-simple-fog.glitch.me',
33
  'https://oasis-cheddar-change.glitch.me',
 
44
  'https://stingy-ionian-eggplant.glitch.me',
45
  'https://rainbow-laced-sandwich.glitch.me',
46
  'https://bouncy-round-aspen.glitch.me',
47
+ 'https://rune-clear-seal.glitch.me',
48
+ 'https://decisive-hypnotic-catamaran.glitch.me',
49
  'https://quasar-square-route.glitch.me',
50
  'https://rattle-valiant-milkshake.glitch.me',
51
  'https://guttural-burly-sceptre.glitch.me',
 
111
 
112
 
113
 
 
 
114
  'https://www.google.com' // 此处可备注名称,例如:Back4app,最后一个url后面没有逗号
115
  //添加更多的指定时间访问的URL
116
  ];