Spaces:
jiome
/
Running

jiome commited on
Commit
6d41872
1 Parent(s): 21d1dcb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +4 -0
index.js CHANGED
@@ -25,6 +25,10 @@ const isipok = async (ip) => {
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
  const rt = /Region:"(.*?)"/.exec(txt);
30
  if (!rt) {
 
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) {