From 6a992e09296a68adcd673ec6ea8970ed3643ecd5 Mon Sep 17 00:00:00 2001 From: Kalospacer <1650617493@qq.com> Date: Fri, 26 Feb 2021 01:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BE=A4=E5=90=8D=E7=89=87?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 0968c54..2e92dca 100644 --- a/index.ts +++ b/index.ts @@ -185,7 +185,7 @@ async function app() { processed.splice(1, 0, { type: 'Plain', text: '' }) } const firstPlain = { ...processed[1] } as Plain - firstPlain.text = `【${authorName}】` + firstPlain.text + firstPlain.text = `${authorName} (${messageAuthor}):\n` + firstPlain.text processed[1] = firstPlain }