Pending changes exported from your codespace

This commit is contained in:
ErShui
2023-04-23 06:57:08 +00:00
parent 71aa9d05ed
commit 3429e812b6
5 changed files with 7 additions and 7 deletions

View File

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