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=" +