This commit is contained in:
[witbox2018]
2023-04-07 15:55:42 +08:00
parent 7c0027ffcd
commit c2385825f6
24 changed files with 282 additions and 157 deletions

View File

@@ -134,12 +134,12 @@ const DEFAULT_CONFIG: ChatConfig = {
historyMessageCount: 4,
compressMessageLengthThreshold: 1000,
sendBotMessages: true as boolean,
submitKey: SubmitKey.CtrlEnter as SubmitKey,
submitKey: SubmitKey.Enter as SubmitKey,
avatar: "1f603",
fontSize: 14,
theme: Theme.Auto as Theme,
fontSize: 15,
theme: Theme.Dark as Theme,
tightBorder: false,
sendPreviewBubble: true,
sendPreviewBubble: false,
disablePromptHint: false,