.env

@@ -1,14 +1,14 @@
VUE_APP_PROJECT = "https://github.com/youshandefeiyang/sub-web-modify"

VUE_APP_BOT_LINK = "https://t.me/feiyangdigital"
VUE_APP_BOT_LINK = "https://t.me/missnmbot"

VUE_APP_BILIBILI_LINK = "https://space.bilibili.com/138129883"
VUE_APP_BILIBILI_LINK = "https://www.bilibili.com"

VUE_APP_YOUTUBE_LINK = "https://youtube.com/channel/UCKHJ2UPlkNsDRj1cVXi0UsA"
VUE_APP_YOUTUBE_LINK = "https://youtube.com"

VUE_APP_BASIC_VIDEO = "https://www.youtube.com/watch?v=C4WV4223uYw"
VUE_APP_BASIC_VIDEO = "https://www.menotes.wiki"

VUE_APP_ADVANCED_VIDEO = "https://www.youtube.com/watch?v=cHs-J2P5CT0"
VUE_APP_ADVANCED_VIDEO = "https://missnm.com"

VUE_APP_SCRIPT_CONFIG = "https://github.com/tindy2013/subconverter/blob/a24cb7c00a7e5a71ef2e6c0d64d84d91bc7a21d6/README-cn.md?plain=1#L703-L719"

public/download.html

@@ -38,10 +38,10 @@ <h3 id="耗电流量">耗电/流量</h3>
    getCode();

    layer.open({
        title: ["信息面板", "background-color:#8DCE16; color:#fff;"],
        title: ["公告栏", "background-color:#8DCE16; color:#fff;"],
        anim: "up",
        content: `<div style="color:black;text-align:center;font-size:15px"><strong><span style="font-size:20px">本站官方TG交流群:</span><span><a href="https://t.me/feiyangdigital" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击加入</a></span></strong></br><strong><span style="font-size:20px">IEPL高端机场(<span style="color:blue">原生支持各种流媒体</span>):</span><span><a href="https://www.mcwy.org" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击注册</a></span></strong></br><strong><span style="font-size:20px">奈飞、ChatGPT合租(<span style="color:blue">优惠码:feiyang</span>):</span><span><a href="https://www.nfvideo.cc" style="color:red;font-size:20px;text-decoration:none">点击上车</a></span></strong></br><strong><span style="font-size:20px">IOS外区应用代购:</span><span><a href="https://fk.myue.club" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击查看</a></span></strong></br><strong><span style="font-size:20px">牧场流媒体支持状态实时检测图:</span><span><a href="https://nf.mccloud.vip" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击查看</a></span></strong></br>本站服务器赞助机场-牧场物语,BGP中继+IEPL企业级内网专线的高端机场,适合各个价位要求的用户,牧场物语采用最新的奈飞非自制剧解决方案,出口随机更换IP,确保尽可能的每个用户可以用上独立IP,以此来稳定解决奈飞非自制剧的封锁,并推出7*24小时奈飞非自制剧节点自动检测系统,用户再也不用自己手动一个个的乱试节点了,目前牧场的新加坡,台湾等节区域点均可做到24H稳定非自制剧观看!</br></div>`,
        btn: ["确认"],
        content: `<div style="color:black;text-align:center;font-size:15px"><strong><span style="font-size:20px">官方客服:</span><span><a href="https://t.me/missnmbot" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击联系</a></span></strong></br><strong><span style="font-size:20px">Bood机场(<span style="color:blue">支持各种流媒体</span>):</span><span><a href="https://www.menotes.wiki" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击注册</a></span></strong></br><strong><span style="font-size:20px">AppleID、ChatGPT合租(<span style="color:blue">稳的一批</span>):</span><span><a href="https://www.menotes.me" style="color:red;font-size:20px;text-decoration:none">点击上车</a></span></strong></br><strong><span style="font-size:20px">年糕日记:</span><span><a href="https://missnm.com" target="_blank" style="color:red;font-size:20px;text-decoration:none">点击直达</a></span></strong></br></div>`,
        btn: ["已了解"],
      });

    function getCode() {

public/index.html

@@ -6,7 +6,7 @@
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
    <link rel="stylesheet" href="/css/main.css">
    <title>在线订阅转换工具</title>
    <title>Bood订阅转换工具</title>
    <meta name="baidu-site-verification" content="codeva-HnQYbN6Uq0" />
    <meta name="google-site-verification" content="ICRNFS2L5_er1nbSKBZEsQC2z-laLOQ4W2XPkys8maE" />
    <meta name="keywords" content="全网最漂亮的订阅转换,暗黑模式,Clash,Quantumult X,Surge,Shadowrocket,订阅转换" />

src/views/Subconverter.vue

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


如果觉得我的文章对你有用,请随意赞赏

本文标题:修改备份

本文链接:https://oior.net/archives/97.html

除非另有说明,本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议

声明:转载请注明文章来源。