feat: 修改markdown格式化&实时对话sketch
This commit is contained in:
@@ -150,7 +150,8 @@ export default {
|
||||
agent: {
|
||||
copySuccess: 'Text copied to clipboard',
|
||||
copyFaild: 'Copy failed. Your browser may be restricting clipboard access. Please try copying manually.',
|
||||
Download: 'Download'
|
||||
Download: 'Download',
|
||||
deleteSuccess: 'Successfully deleted'
|
||||
},
|
||||
|
||||
// Version Tree
|
||||
|
||||
@@ -145,7 +145,8 @@ export default {
|
||||
copySuccess: '文本已复制到剪贴板',
|
||||
copyFaild:
|
||||
'复制失败。您的浏览器可能限制了剪贴板访问,请允许浏览器访问剪贴板或尝试手动复制。',
|
||||
Download: '下载'
|
||||
Download: '下载',
|
||||
deleteSuccess:'删除成功'
|
||||
},
|
||||
|
||||
// Version Tree
|
||||
@@ -180,6 +181,6 @@ export default {
|
||||
cancel: '取消'
|
||||
},
|
||||
assistant: {
|
||||
inputPlaceholder: '请输入',
|
||||
inputPlaceholder: '请输入'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user