Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -6,9 +6,8 @@ const port = process.env.PORT || 7860;
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
-
'https://
|
10 |
-
'https://
|
11 |
-
'https://raspy-inconclusive-milkshake.glitch.me',
|
12 |
// ... 添加更多url
|
13 |
];
|
14 |
|
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
+
'https://huggingface.co/spaces/mc838/vipmc838', // Glitch-688
|
10 |
+
'https://huggingface.co/spaces/mc838/keep-alivesss', // codephere-us
|
|
|
11 |
// ... 添加更多url
|
12 |
];
|
13 |
|