From ea95c869adc44ddc263b901353a2411b55cc119a Mon Sep 17 00:00:00 2001 From: Tdxdxoz Date: Sat, 15 Jan 2022 16:32:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=B9=E5=8C=BF=E5=90=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index ac4caa9..809ff2b 100644 --- a/static/index.html +++ b/static/index.html @@ -248,7 +248,7 @@ function render_content(text, is_mask_bot, emojis) { if (is_mask_bot) { - text = text.replace(/^

\[([^\]]*)\]:
/, '

').replace(/匿了<\/p><\/div>$/, '

'); + text = text.replace(/^

\[([^\]]*)\]:
/, '

').replace(/匿了<\/p>$/, '

'); } emojis.forEach((emoji) => { text = text.replaceAll(`:${emoji.shortcode}:`, ``);