From de9830403e06dead21605d16f3d444fada563eaf Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sun, 16 Feb 2020 22:27:23 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9Aemoji=20value=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Subconverter.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index c0a6e9b..b81982f 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -378,9 +378,6 @@ export default { this.customSubUrl += "&config=" + encodeURIComponent(this.form.remoteConfig); } - if (this.form.emoji === "false") { - this.customSubUrl += "&emoji=" + this.form.emoji; - } if (this.form.excludeRemarks !== "") { this.customSubUrl += "&exclude=" + encodeURIComponent(this.form.excludeRemarks); @@ -390,7 +387,9 @@ export default { "&include=" + encodeURIComponent(this.form.includeRemarks); } - this.customSubUrl += + this.customSubUrl += + "&emoji=" + + this.form.emoji.toString() + "&list=" + this.form.nodeList.toString() + "&udp=" +