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