From 9aae54009374c13ed3ec7c76e698d1f0d4c8e0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yangdong=E3=80=81Z?= <751563728@qq.com> Date: Fri, 29 Nov 2019 10:38:17 +0800 Subject: [PATCH] update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 默认连接符号是"," --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5d2fdc0..164ef1e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -144,7 +144,7 @@ }); } - return "" + this.settings.popTitle + "" + extraHead + linkList.join() + ""; + return "" + this.settings.popTitle + "" + extraHead + linkList.join("") + ""; } }, { key: "getBody",