This commit is contained in:
xuzhenjun
2023-04-16 00:45:47 +08:00
parent e8c3f06099
commit f2112e6fe1
7 changed files with 96 additions and 164 deletions

View File

@@ -10,7 +10,7 @@ const cn = {
ChatItemCount: (count: number) => `${count} 条对话`,
},
Chat: {
SubTitle: (count: number) => `与 ChatGPT 的 ${count} 条对话`,
SubTitle: (count: number) => `${count} 条对话`,
Actions: {
ChatList: "查看消息列表",
CompressedHistory: "查看压缩后的历史 Prompt",