Spaces:
jiome
/
Running

jiome commited on
Commit
0f33520
1 Parent(s): 6d41872

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +6 -6
index.js CHANGED
@@ -19,16 +19,16 @@ const isipok = async (ip) => {
19
  return { ip, status: false };
20
  }
21
  const txt = await ret.text();
22
- if (txt.indexOf("studiostaticassetsprod.azureedge.net/bundle-cmc/assets/bundle.js") >= 0) {
23
- return { ip, status: false, reason: "nononononon" };
24
- }
25
  if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
26
  return { ip, status: false, reason: "ddddddddddd" };
27
  }
28
 
29
- if (txt.indexOf('copilot.microsoft.com:9980') >= 0) {
30
- return { ip, status: false, reason: "9980" };
31
- }
32
 
33
  const rt = /Region:"(.*?)"/.exec(txt);
34
  if (!rt) {
 
19
  return { ip, status: false };
20
  }
21
  const txt = await ret.text();
22
+ // if (txt.indexOf("studiostaticassetsprod.azureedge.net/bundle-cmc/assets/bundle.js") >= 0) {
23
+ // return { ip, status: false, reason: "nononononon" };
24
+ // }
25
  if (txt.indexOf('<div class="title" role="heading" aria-level="1">登录以体验 Microsoft Copilot</div>') >= 0) {
26
  return { ip, status: false, reason: "ddddddddddd" };
27
  }
28
 
29
+ // if (txt.indexOf('copilot.microsoft.com:9980') >= 0) {
30
+ // return { ip, status: false, reason: "9980" };
31
+ // }
32
 
33
  const rt = /Region:"(.*?)"/.exec(txt);
34
  if (!rt) {