feat(aitutor): 新增聊天历史分页加载和Markdown渲染功能

为聊天历史页面添加分页加载功能,支持加载更多历史消息
使用marked库实现AI回答的Markdown格式渲染
优化聊天历史对话框的样式和交互体验
This commit is contained in:
2025-08-14 10:13:53 +08:00
parent 3c451db37c
commit 1268c2fd9c
2 changed files with 297 additions and 4 deletions

View File

@@ -63,6 +63,7 @@
"jspdf": "^2.5.2",
"lodash": "^4.17.21",
"mapv-three": "^1.0.18",
"marked": "^4.3.0",
"nprogress": "0.2.0",
"print-js": "^1.6.0",
"quill": "1.3.7",