New-Bing commited on
Commit
d2b395f
·
verified ·
1 Parent(s): a081153

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -6,6 +6,7 @@ const port = process.env.PORT || 7860;
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
 
9
  // ... 添加更多url
10
  ];
11
 
 
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
+ 'https://new-bing-cloudreve.hf.space'
10
  // ... 添加更多url
11
  ];
12