From 2f78b7a1c789a042e7268322b17c4fbb5b0b2a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=A0=E6=AA=AC=E5=86=B2=E6=B0=B4?= <10424920+ningmengchongshui@user.noreply.gitee.com> Date: Mon, 30 Oct 2023 07:52:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=8A=A8=E6=A0=87=E6=B3=A8=E6=AD=A3?= =?UTF-8?q?=E5=88=99=E8=B5=B7=E5=A7=8B=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 柠檬冲水 <10424920+ningmengchongshui@user.noreply.gitee.com> --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 7cf656e4..3a3e136c 100644 --- a/main.js +++ b/main.js @@ -7,5 +7,6 @@ app.setMessage(async e => { e.sender.card = e.user_name return e }) +app.setCharacter('#') app.component(apps) app.mount() \ No newline at end of file