feat: Add export/import functions for chat history, promt and knowledge
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
"confirm": "您确定要删除聊天记录吗?此操作无法撤销。"
|
||||
},
|
||||
"export": {
|
||||
"label": "导出聊天记录、设置和提示",
|
||||
"label": "导出聊天记录、知识库和提示",
|
||||
"button": "导出数据",
|
||||
"success": "导出成功"
|
||||
},
|
||||
"import": {
|
||||
"label": "导入聊天记录、设置和提示",
|
||||
"label": "导入聊天记录、知识库和提示",
|
||||
"button": "导入数据",
|
||||
"success": "导入成功",
|
||||
"error": "导入错误"
|
||||
|
||||
Reference in New Issue
Block a user