chore: upload a ref audio

This commit is contained in:
jialin
2026-01-31 14:06:50 +08:00
parent f278716b7e
commit 7a5c28228b
12 changed files with 340 additions and 245 deletions
+2
View File
@@ -1,6 +1,8 @@
import { message } from 'antd';
import { convertFileSize } from './index';
// TODO: create a file.ts in utils folder to manage file related utils
export const audioTypeMap: Record<string, string> = {
'audio/wav': 'wav',
'audio/mp3': 'mp3',