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';