From 2e1619d9de2abd099b6310699d4c632bdafb2826 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sun, 16 Feb 2020 21:15:24 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E9=BB=98=E8=AE=A4=E4=B8=8D?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E9=9D=9E=E6=B3=95=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Subconverter.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index 7a99d3e..c0a6e9b 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -82,6 +82,9 @@ + + + 更多选项 @@ -271,7 +274,7 @@ export default { label: "Special", options: [ { - label: "NeteaseUnblock", + label: "NeteaseUnblock(仅规则,No-Urltest)", value: "https://raw.githubusercontent.com/CareyWang/sub-web/master/docs/special/netease.ini" } @@ -293,7 +296,7 @@ export default { udp: false, tfo: false, scv: false, - fdn: true + fdn: false, }, loading: false, @@ -395,7 +398,9 @@ export default { "&tfo=" + this.form.tfo.toString() + "&scv=" + - this.form.scv.toString(); + this.form.scv.toString() + + "&fdn=" + + this.form.fdn.toString(); } this.$copyText(this.customSubUrl);