mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 05:30:02 +08:00
feat: supports the display of line breaks in Markdown
This commit is contained in:
@@ -20,8 +20,7 @@ const en: LocaleType = {
|
||||
Retry: "Retry",
|
||||
},
|
||||
Typing: "Typing…",
|
||||
Input: (submitKey: string) =>
|
||||
`Type something and press ${submitKey} to send`,
|
||||
Input: (submitKey: string) => `Type something and press ${submitKey} to send, press Shift + Enter to newline`,
|
||||
Send: "Send",
|
||||
},
|
||||
Export: {
|
||||
|
Reference in New Issue
Block a user