feat: 修改markdown格式化&实时对话sketch

This commit is contained in:
2026-03-12 16:54:54 +08:00
parent 302d7247a5
commit 13a31d584b
11 changed files with 1841 additions and 231 deletions

View File

@@ -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

View File

@@ -145,7 +145,8 @@ export default {
copySuccess: '文本已复制到剪贴板',
copyFaild:
'复制失败。您的浏览器可能限制了剪贴板访问,请允许浏览器访问剪贴板或尝试手动复制。',
Download: '下载'
Download: '下载',
deleteSuccess:'删除成功'
},
// Version Tree
@@ -180,6 +181,6 @@ export default {
cancel: '取消'
},
assistant: {
inputPlaceholder: '请输入',
inputPlaceholder: '请输入'
}
}