From e1be45da22404594a06b31d837d06c42e004efda Mon Sep 17 00:00:00 2001 From: ZhaoLiu Date: Wed, 26 Apr 2023 19:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E8=A1=A8=E6=83=85=E7=8C=AA?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/config.ts b/app/store/config.ts index bf1cdad1c..05a78f162 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -20,7 +20,7 @@ const DEFAULT_CONFIG = { compressMessageLengthThreshold: 1000, sendBotMessages: true as boolean, submitKey: SubmitKey.Enter as SubmitKey, - avatar: "1f603", + avatar: "1f437", fontSize: 14, theme: Theme.Auto as Theme, tightBorder: false,