feat: #2 #8 add stop and retry button

This commit is contained in:
Yifei Zhang
2023-03-26 10:59:09 +00:00
parent a5ec15236a
commit 86507fa569
5 changed files with 107 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ const cn = {
Export: "导出聊天记录",
Copy: "复制",
Stop: "停止",
Retry: "重试",
},
Typing: "正在输入…",
Input: (submitKey: string) => `输入消息,${submitKey} 发送`,

View File

@@ -17,6 +17,7 @@ const en: LocaleType = {
Export: "Export All Messages as Markdown",
Copy: "Copy",
Stop: "Stop",
Retry: "Retry",
},
Typing: "Typing…",
Input: (submitKey: string) =>