添加 StreamMarkdownRender 组件并更新相关依赖,优化聊天界面

This commit is contained in:
2025-10-23 14:26:53 +08:00
parent 9c69404bf9
commit 7317ac4864
7 changed files with 608 additions and 46 deletions

1
components.d.ts vendored
View File

@@ -14,6 +14,7 @@ declare module 'vue' {
AButton: typeof import('ant-design-vue/es')['Button']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StreamMarkdownRender: typeof import('./src/components/StreamMarkdownRender.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
}
}