feat:personal changes

This commit is contained in:
EricYangXD
2023-04-05 18:50:55 +08:00
parent 17d6f3d715
commit 57dc81d39c
3 changed files with 17 additions and 15 deletions

View File

@@ -123,8 +123,8 @@ const DEFAULT_CONFIG: ChatConfig = {
historyMessageCount: 4,
compressMessageLengthThreshold: 1000,
sendBotMessages: true as boolean,
submitKey: SubmitKey.CtrlEnter as SubmitKey,
avatar: "1f603",
submitKey: SubmitKey.Enter as SubmitKey,
avatar: "1F92B",
fontSize: 14,
theme: Theme.Auto as Theme,
tightBorder: false,