This commit is contained in:
“wanyongkang”
2024-11-07 16:48:13 +08:00
parent 6fb9b13b8c
commit b357af3e71
7 changed files with 314 additions and 16 deletions

View File

@@ -161,7 +161,7 @@
<div class="container">
<div class="xianlu" style="padding-top: 2em;">
@foreach (var item in product.Where(m => m.Id != 3 && m.Id != 7 && m.Id != 9&& m.Id != 20&& m.Id != 21).OrderBy(m=>m.Sort))
@foreach (var item in product.Where(m => m.Id != 7 && m.Id != 9&& m.Id != 20&& m.Id != 21).OrderBy(m=>m.Sort))
{
<div style="background-color:#00a63f;" v-on:click="select_product(@item.Id)" id="product-@item.Id" class="item @(item.Id==pid?"blueLine":"")" a-pid="@item.Id" a-name="@item.Name">
<span>@item.Name</span><img src="~/img/check.png">
@@ -269,6 +269,11 @@
<td onclick ='navigator.clipboard.writeText(8899);' >8899</td>
<td>4430</td>
</tr>
<tr>
<td>极光</td>
<td onclick ='navigator.clipboard.writeText(1234);' >1234</td>
<td>4430</td>
</tr>
<tr>
<td>麒麟</td>
<td>123</td>
@@ -476,6 +481,11 @@
this.search_field = '极狐IP';
this.sstp = '4430';
break;
case 3:
this.l2tp = '1234';
this.search_field = '极光IP';
this.sstp = '4430';
break;
case 22:
this.l2tp = '888888';
this.search_field = '火狐IP';
@@ -623,6 +633,9 @@
case 29:
self.location.href='https://php-api.juip.com/script/linedata/data/download/jihu.csv';
break;
case 3:
self.location.href='https://php-api.juip.com/script/linedata/data/download/jiguang.csv';
break;
case 22:
self.location.href='https://php-api.juip.com/script/linedata/data/download/huohu.csv';
break;