mc838 commited on
Commit
24fd14c
·
verified ·
1 Parent(s): a8906b8

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +5 -4
index.js CHANGED
@@ -6,10 +6,11 @@ const port = process.env.PORT || 7860;
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
- 'https://huggingface.co/spaces/mc838/vipmc838', // huggingface
10
- 'https://huggingface.co/spaces/mc838/keep-alivesss', // huggingface
11
- 'https://huggingface.co/spaces/mc838/ql1', // huggingface
12
- 'https://9156-0ksvhxay.b4a.run', // huggingface
 
13
  // ... 添加更多url
14
  ];
15
 
 
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
+ 'https://mc838-vipmc838.hf.space', // huggingface
10
+ 'https://mc838-keep-alivesss.hf.space', // huggingface
11
+ 'https://mc838-ql1.hf.space', // huggingface
12
+ 'https://mc838-keep-alivesss.hf.space', // huggingface
13
+ 'https://9156-0ksvhxay.b4a.run', // back4app
14
  // ... 添加更多url
15
  ];
16