From 43fa9f1528016f67be3af7c18574863a995a4292 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=B9=E5=B1=80=E4=B8=AD?= =?UTF-8?q?=E9=95=BF=E6=8C=89=E6=AD=A6=E5=B0=86=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/get/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noname/get/index.js b/noname/get/index.js index c065ff544..b9ac65b40 100644 --- a/noname/get/index.js +++ b/noname/get/index.js @@ -2867,7 +2867,7 @@ export class Get extends Uninstantable { return lib.characterInitFilter[node.name](tag) !== false; }); if(initFilters.length){ - const str = initFilters.reduce((strx, stry) => strx + lib.InitFilter[stry] + '
').slice(0, -4); + const str = initFilters.reduce((strx, stry) => strx + lib.InitFilter[stry] + '
', '').slice(0, -4); uiintro.addText(str); } }