feat: supports the display of line breaks in Markdown

This commit is contained in:
RugerMc
2023-03-29 17:19:30 +08:00
parent cfbe6d77b5
commit b94607f636
6 changed files with 8 additions and 5 deletions

View File

@@ -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: {