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}:`, ``);