强子迅连特征码通知
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<p><input type="text" v-model="search_all_data" name="KeyWord" placeholder="输入地区/名称/服务器" id="KeyWord" /><button type="submit" v-on:click="search_all()" class="btnOrange">搜索全部</button></p>
|
||||
<p><img src="~/m/img/shuju.png"> 实时总线路:{{ count }}条 <img src="~/m/img/shuju.png"> 实时可用线路:{{ use_count }}条</p>
|
||||
<p>所有线路均支持:【电脑/安卓/苹果】【IP/L2TP/SSTP】</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="zhilian">
|
||||
@@ -27,6 +28,14 @@
|
||||
<p class="grayText" style="font-size: 25px;">线路表与账号必须为同一产品才能使用</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="color: red;" v-if="product_id ==1|| product_id==2">
|
||||
<p style="text-align:center;">
|
||||
<span style="font-size: 20px;color:#FF0033;">{{search_field}}</span> 模拟器sstp直连用户请注意:
|
||||
</p>
|
||||
<p>因电信联通机房限制此协议,会存在个别地区直连无法连接,安卓app不受影响。</p>
|
||||
<p v-if="product_id ==1">解决方法:IP账号后边输入:@@特征码,例如您的IP账号为zx1234,要用sstp直连温州的,那账号框就输入:zx1234@zjwz,服务器输入任意一个全国混拨的服务器,则会连接到温州。</p>
|
||||
<p v-if="product_id==2">解决方法:IP账号后边输入:@@特征码,例如您的IP账号为zx1234,要用sstp直连三亚的,那账号框就输入:zx1234@hnsy,服务器输入任意一个全国混拨的服务器,则会连接到三亚。</p>
|
||||
</div>
|
||||
|
||||
<div class="lineBar"></div>
|
||||
|
||||
@@ -116,7 +125,9 @@
|
||||
<td>{{info.online}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>负载状态:</td>
|
||||
@* <td>负载状态:</td> *@
|
||||
<td v-if="product_id ==1|| product_id==2">特征码:</td>
|
||||
<td v-else="product_id ==1|| product_id==2">负载状态:</td>
|
||||
<td>{{info.status}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user