This commit is contained in:
“wanyongkang”
2024-01-02 14:13:19 +08:00
parent 09da57ad92
commit 5d8bbcc67b
9 changed files with 791 additions and 11 deletions

View File

@@ -284,6 +284,11 @@
<td>1234</td>
<td>4430</td>
</tr>
<tr>
<td>猎豹</td>
<td>1234</td>
<td>4430</td>
</tr>
<tr>
<td>强子</td>
<td>888888</td>
@@ -396,6 +401,11 @@
this.search_field = '天天IP';
this.sstp = '4430';
break;
case 26:
this.l2tp = '1234';
this.search_field = '猎豹IP';
this.sstp = '4430';
break;
case 15:
this.l2tp = '66';
this.search_field = '共享IP';
@@ -562,6 +572,9 @@
case 25:
self.location.href='http://php-api.juip.com/script/linedata/data/download/qiangzijt.csv';
break;
case 26:
self.location.href='http://php-api.juip.com/script/linedata/data/download/liebao.csv';
break;
}
}
}