http
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<div class="col-lg-3">
|
||||
|
||||
</div>
|
||||
<div class="col-lg-9" style="padding: 10px 0 0 0;">
|
||||
<div class="col-lg-12 text-center" style="padding: 10px 0 0 0;">
|
||||
|
||||
<p class="hot" style="padding: 3px;margin:0;">*线路表和账号必须为同一产品才能使用。</p>
|
||||
<p class="hot" style="padding: 3px;margin:0;">*请优先选择客户端连接 <a style="color:#0777ff;" href="/product/soft"><<<下载客户端>>></a> </p>
|
||||
@@ -201,12 +201,12 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-2 miyao">
|
||||
<p><img src="~/img/miyao.png"> L2TP密钥:<b style="color:red;">{{l2tp}}</b></p>
|
||||
<p><img src="~/img/dk.png"> SSTP端口:<b style="color:red;">{{sstp}}</b></p>
|
||||
<p style="font-size:13px;"><img src="~/img/miyao.png"> L2TP密钥:<b style="color:red;">{{l2tp}}</b></p>
|
||||
<p style="font-size:13px;"><img src="~/img/dk.png"> SSTP端口:<b style="color:red;">{{sstp}}</b></p>
|
||||
</div>
|
||||
<div class="col-lg-10">
|
||||
<p style="margin:0 0 0 10px;"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条</p>
|
||||
<p class="col-lg-12" style=" color:#FF0033;margin-bottom:30px;">{{search_field}} ------线路表API接口(每5分钟更新一次,禁止频繁访问!):http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p>
|
||||
<p style="margin:0 0 0 10px;font-size:15px;"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条</p>
|
||||
<p class="col-lg-12" style=" font-size:15px;color:#FF0033;margin-bottom:30px;">{{search_field}} ------线路表API接口(每5分钟更新一次,禁止频繁访问!):http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -250,6 +250,68 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="visible-lg text-center text-new" style="position:fixed;left:9px;top:30%;color:#39516b;cursor:pointer;">
|
||||
|
||||
<table class="table table-striped " >
|
||||
<tr>
|
||||
<th>产品</th>
|
||||
<th>L2TP秘钥</th>
|
||||
<th>SSTP端口</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>蘑菇</td>
|
||||
<td onclick ='navigator.clipboard.writeText(8899);' >8899</td>
|
||||
<td>4430</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>老鹰</td>
|
||||
<td>123</td>
|
||||
<td>4430</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>云牛</td>
|
||||
<td>888888</td>
|
||||
<td>5908</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>西瓜</td>
|
||||
<td>123456</td>
|
||||
<td>4433</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>天天</td>
|
||||
<td>1234</td>
|
||||
<td>4430</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>强子</td>
|
||||
<td>888888</td>
|
||||
<td>1500</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>讯连</td>
|
||||
<td>123</td>
|
||||
<td>1500</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>极客</td>
|
||||
<td>123456</td>
|
||||
<td>4433</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>火狐</td>
|
||||
<td>888888</td>
|
||||
<td>5908</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>强子静态</td>
|
||||
<td>888888</td>
|
||||
<td>1500</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="~/js/vue.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user