diff --git a/src/utils/download.ts b/src/utils/download.ts index ab200149..fe24ee27 100644 --- a/src/utils/download.ts +++ b/src/utils/download.ts @@ -29,7 +29,7 @@ const download = { html: (data: Blob, fileName: string) => { download0(data, fileName, 'text/html') }, - // 下载 Markdown 方法 + // 下载 MarkdownView 方法 markdown: (data: Blob, fileName: string) => { download0(data, fileName, 'text/markdown') } diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index 6dd6fa04..0da53f1e 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -107,8 +107,9 @@ {{ formatDate(item.createTime) }}
-
+ +
@@ -135,6 +136,7 @@
{{ item.content }}
+
@@ -198,33 +200,17 @@