From bc8d58acfce2fa533ae9858a8c99b1bc488cd47b Mon Sep 17 00:00:00 2001 From: sheep-realms Date: Tue, 2 Apr 2024 15:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=8D=E8=83=BD=E6=AD=A3=E7=A1=AE=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/echo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/echo.js b/js/echo.js index 1d9f8f4..db8d5ef 100644 --- a/js/echo.js +++ b/js/echo.js @@ -201,7 +201,7 @@ class Echo { // 触发打印事件 if (typeof a == 'string' && that.filter.HTMLFormat) { - a = a.replace(/ /g, '  '); + a = a.replace(/ /g, ' '); a = a.replace(//g, '>'); }