强子迅连特征码通知

This commit is contained in:
“wanyongkang”
2021-04-04 18:13:45 +08:00
parent 79f737a741
commit 6f7d57b89b
4 changed files with 24 additions and 44 deletions

View File

@@ -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>