Update app.ts

This commit is contained in:
EricYangXD
2023-04-05 23:19:15 +08:00
committed by GitHub
parent 88fcbf3576
commit 7f2d309f89

View File

@@ -124,7 +124,7 @@ const DEFAULT_CONFIG: ChatConfig = {
compressMessageLengthThreshold: 1000, compressMessageLengthThreshold: 1000,
sendBotMessages: true as boolean, sendBotMessages: true as boolean,
submitKey: SubmitKey.Enter as SubmitKey, submitKey: SubmitKey.Enter as SubmitKey,
avatar: "1F92B", avatar: "1f92b",
fontSize: 14, fontSize: 14,
theme: Theme.Auto as Theme, theme: Theme.Auto as Theme,
tightBorder: false, tightBorder: false,