mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
feat(case): 支持消息内容Markdown渲染并优化样式
- 消息内容支持Markdown格式渲染 - 注释掉推荐问题模块,暂时不显示 - 调整消息气泡样式,去除背景色和边框 - 修改消息气泡圆角大小,提升视觉效果 - 调整链接颜色为黑色,增强可读性- 提高打字机效果速度,改善用户体验
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
const typingSpeed = 50; // 每个字符的间隔时间(毫秒)
|
||||
const typingSpeed = 30; // 每个字符的间隔时间(毫秒)
|
||||
|
||||
typingTimer = setInterval(() => {
|
||||
// 计算下一个要显示的字符索引
|
||||
|
||||
Reference in New Issue
Block a user