mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-10-23 00:19:23 +08:00
feat: function delete chat dev done
This commit is contained in:
@@ -22,6 +22,11 @@ const en: LocaleType = {
|
||||
},
|
||||
ChatItem: {
|
||||
ChatItemCount: (count: number) => `${count} messages`,
|
||||
DeleteContent:
|
||||
"After deleting the assistant, the chat content cannot be retrieved. Are you sure to delete it?",
|
||||
DeleteTitle: "Delete assistant",
|
||||
DeleteCancelBtn: "Cancel",
|
||||
DeleteOkBtn: "Delete",
|
||||
},
|
||||
Chat: {
|
||||
SubTitle: (count: number) => `${count} messages`,
|
||||
|
Reference in New Issue
Block a user