hanxuan commited on
Commit
4960788
1 Parent(s): e5043e6

忘记加秘钥了

Browse files
Files changed (1) hide show
  1. app.js +5 -5
app.js CHANGED
@@ -5,11 +5,11 @@ const app = express();
5
  const port = 7860;
6
 
7
  const sites = [
8
- { name: 'X1', url: 'https://QSignX-X1.hf.space' },
9
- { name: 'X2', url: 'https://QSignX-X2.hf.space' },
10
- { name: 'X3', url: 'https://QSignX-X3.hf.space' },
11
- { name: 'X4', url: 'https://QSignX-X4.hf.space' },
12
- { name: 'X5', url: 'https://QSignX-X5.hf.space' }
13
  ];
14
 
15
  const timeout = 30000; // 访问超时
 
5
  const port = 7860;
6
 
7
  const sites = [
8
+ { name: 'X1', url: 'https://QSignX-X1.hf.space?key=X' },
9
+ { name: 'X2', url: 'https://QSignX-X2.hf.space?key=X' },
10
+ { name: 'X3', url: 'https://QSignX-X3.hf.space?key=X' },
11
+ { name: 'X4', url: 'https://QSignX-X4.hf.space?key=X' },
12
+ { name: 'X5', url: 'https://QSignX-X5.hf.space?key=X' }
13
  ];
14
 
15
  const timeout = 30000; // 访问超时