mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 06:59:08 +08:00
feat: supports the display of line breaks in Markdown
This commit is contained in:
@@ -17,7 +17,7 @@ const cn = {
|
||||
Retry: "重试",
|
||||
},
|
||||
Typing: "正在输入…",
|
||||
Input: (submitKey: string) => `输入消息,${submitKey} 发送`,
|
||||
Input: (submitKey: string) => `输入消息,${submitKey} 发送, Shift + Enter 换行`,
|
||||
Send: "发送",
|
||||
},
|
||||
Export: {
|
||||
|
Reference in New Issue
Block a user