@@ -247,7 +247,7 @@ type="success" icon="el-icon-video-play" @click="centerDialogVisible = true" >保姆级视频教程 >相关教程 </el-button> </el-form-item> </el-form> @@ -256,7 +256,7 @@ </el-col> </el-row> <el-dialog title="请选择需要观看的视频教程" title="请选择需要查看的教程" :visible.sync="centerDialogVisible" :show-close="false" width="40vh" @@ -268,7 +268,7 @@ type="primary" icon="el-icon-video-play" @click="gotoBasicVideo();centerDialogVisible = false" >基础视频教程 >Bood机场 </el-button> </div> <div label-width="0px" style="text-align: center;margin: 3vh 0 2vh"> @@ -277,7 +277,7 @@ type="danger" icon="el-icon-video-play" @click="gotoAdvancedVideo();centerDialogVisible = false" >进阶视频教程 >年糕日记 </el-button> </div> <div label-width="0px" style="text-align: center;margin: 3vh 0 2vh"> @@ -286,7 +286,7 @@ type="warning" icon="el-icon-download" @click="toolsDown" >代理工具集合 >代理工具下载 </el-button> </div> </el-dialog> @@ -989,8 +989,8 @@ export default { } }, tanchuang() { this.$alert(`<div style="text-align:center;font-size:10px"><strong><span style="font-size:30px">紧急通知:本站原域名sub.v1.mk被永久墙了,实在无力回天,现在换了新域名</span><span><a href="https://suburl.v1.mk" target="_blank" style="color:red;font-size:30px;text-decoration:none">https://suburl.v1.mk</a></span></strong></br><strong><span style="font-size:10px">本站官方TG交流群:</span><span><a href="https://t.me/feiyangdigital" target="_blank" style="color:red;font-size:10px;text-decoration:none">点击加入</a></span></strong></br><strong><span style="font-size:10px">IEPL高端机场(<span style="color:blue">原生支持各种流媒体</span>):</span><span><a href="https://www.mcwy.org" style="color:red;font-size:10px;text-decoration:none">点击注册</a></span></strong></br><strong><span style="font-size:10px">奈飞、ChatGPT合租(<span style="color:blue">优惠码:feiyang</span>):</span><span><a href="https://www.nfvideo.cc" style="color:red;font-size:10px;text-decoration:none">点击上车</a></span></strong></br><strong><span style="font-size:10px">IOS外区应用代购:</span><span><a href="https://fk.myue.club" style="color:red;font-size:10px;text-decoration:none">点击查看</a></span></strong></br><strong><span style="font-size:10px">牧场流媒体支持状态实时检测图:</span><span><a href="https://nf.mccloud.vip" style="color:red;font-size:10px;text-decoration:none">点击查看</a></span></strong></br>本站服务器赞助机场-牧场物语,是一家拥有BGP中继+IEPL企业级内网专线的高端机场,适合各个价位要求的用户,牧场物语采用最新的奈飞非自制剧解决方案,出口随机更换IP,确保尽可能的每个用户可以用上独立IP,以此来稳定解决奈飞非自制剧的封锁,并推出7*24小时奈飞非自制剧节点自动检测系统,用户再也不用自己手动一个个的乱试节点了,目前牧场的新加坡,台湾等节区域点均可做到24H稳定非自制剧观看!</br></div>`, '信息面板', { confirmButtonText: '确定', this.$alert(`<div style="text-align:center;font-size:10px"><strong><span style="font-size:10px">官方客服:</span><span><a href="https://t.me/missnmbot" target="_blank" style="color:red;font-size:10px;text-decoration:none">点击联系</a></span></strong></br><strong><span style="font-size:10px">Bood机场(<span style="color:blue">支持各种流媒体</span>):</span><span><a href="https://www.menotes.wiki" style="color:red;font-size:10px;text-decoration:none">点击注册</a></span></strong></br><strong><span style="font-size:10px">AppleID、ChatGPT购买(<span style="color:blue">稳的一批</span>):</span><span><a href="https://www.menotes.me" style="color:red;font-size:10px;text-decoration:none">点击购买</a></span></strong></br><strong><span style="font-size:10px">年糕日记:</span><span><a href="https://missnm.com" style="color:red;font-size:10px;text-decoration:none">点击访问</a></span></strong></br></div>`, '公告栏', { confirmButtonText: '已了解', dangerouslyUseHTMLString: true, customClass: 'msgbox' }); @@ -1014,7 +1014,7 @@ export default { window.open(downld); }, gotoBasicVideo() { this.$alert("别忘了关注友善的肥羊哦!", { this.$alert("希望多多支持!", { type: "warning", confirmButtonText: '确定', customClass: 'msgbox', @@ -1025,7 +1025,7 @@ export default { }); }, gotoAdvancedVideo() { this.$alert("别忘了关注友善的肥羊哦!", { this.$alert("希望多多支持!", { type: "warning", confirmButtonText: '确定', customClass: 'msgbox',
|