From c9a766f6a37900870103c6b14492a7578fd975db Mon Sep 17 00:00:00 2001 From: CareyWong Date: Mon, 2 Mar 2020 11:41:43 +0800 Subject: [PATCH] Add proxy name append type --- src/views/Subconverter.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index a12b8bf..aa2cb77 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -77,6 +77,9 @@ + + + @@ -370,7 +373,8 @@ export default { udp: false, tfo: false, scv: false, - fdn: false + fdn: false, + appendType: false }, loading: false, @@ -456,6 +460,10 @@ export default { this.customSubUrl += "&filename=" + encodeURIComponent(this.form.filename); } + if (this.form.appendType) { + this.customSubUrl += + "&append_type=" + this.form.appendType.toString(); + } this.customSubUrl += "&emoji=" +