Revert "修改为Enter提交"

This reverts commit 3bef1292f3.
This commit is contained in:
chen 2023-04-21 20:40:55 +08:00
parent 48eb660192
commit e85f0417d9

View File

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