mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
发送信息预览默认值改为false
This commit is contained in:
parent
bef74bcc58
commit
ee752762f4
@ -141,7 +141,7 @@ const DEFAULT_CONFIG: ChatConfig = {
|
||||
fontSize: 14,
|
||||
theme: Theme.Auto as Theme,
|
||||
tightBorder: true,
|
||||
sendPreviewBubble: true,
|
||||
sendPreviewBubble: false,
|
||||
sidebarWidth: 300,
|
||||
|
||||
disablePromptHint: false,
|
||||
|
Loading…
Reference in New Issue
Block a user