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

@@ -17,7 +17,7 @@ const cn = {
Retry: "重试",
},
Typing: "正在输入…",
Input: (submitKey: string) => `输入消息,${submitKey} 发送`,
Input: (submitKey: string) => `输入消息,${submitKey} 发送, Shift + Enter 换行`,
Send: "发送",
},
Export: {