wujingjing
2025-03-11 c144c39d9f3f86e1b52ae4247f8322f6396a4320
src/components/chat/components/playBar/hook/useUploadFile.ts
@@ -102,8 +102,8 @@
         return '';
   }
};
// const supportFileType = ['doc', 'docx', 'md', 'xls', 'xlsx', 'png', 'jpg', 'jpeg', 'gif', 'json', 'pdf'];
const supportFileType = ['csv', 'txt'];
const supportFileType = ['doc', 'docx', 'md', 'xls', 'xlsx', 'png', 'jpg', 'jpeg', 'gif', 'json', 'pdf','csv', 'txt'];
// const supportFileType = ['csv', 'txt'];
export const getFileSuffix = (name: string): FileType => {
   if (!name) return 'txt';