Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -11,8 +11,9 @@ const webpages = [
|
|
11 |
|
12 |
// 添加1:00-6:00暂停,其他时间正常访问的url数组
|
13 |
const urls = [
|
14 |
-
'https://new-bing-oneapi.hf.space
|
15 |
'https://new-bing-keep-alive.hf.space', // KEEP ALIVE
|
|
|
16 |
// ... 添加更多url
|
17 |
];
|
18 |
|
|
|
11 |
|
12 |
// 添加1:00-6:00暂停,其他时间正常访问的url数组
|
13 |
const urls = [
|
14 |
+
'https://new-bing-oneapi.hf.space', // OneAPI
|
15 |
'https://new-bing-keep-alive.hf.space', // KEEP ALIVE
|
16 |
+
'https://free-ai-google-gemma.hf.space', // Gamma
|
17 |
// ... 添加更多url
|
18 |
];
|
19 |
|