From 2c82f12571f20891fc6756526a532e5ca0455717 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Fri, 24 May 2024 18:08:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=A1=A3=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0html=E6=A0=BC=E5=BC=8F=E9=99=90=E5=88=B6=20(#?= =?UTF-8?q?537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/utils/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/utils/utils.ts b/ui/src/utils/utils.ts index 8f2463985..67448f519 100644 --- a/ui/src/utils/utils.ts +++ b/ui/src/utils/utils.ts @@ -38,7 +38,7 @@ export function fileType(name: string) { 获得文件对应图片 */ const typeList: any = { - txt: ['txt', 'pdf', 'docx', 'csv', 'md'], + txt: ['txt', 'pdf', 'docx', 'csv', 'md', 'html'], QA: ['xlsx', 'csv', 'xls'] }