chore: audio file .m4a support

This commit is contained in:
jialin
2025-01-09 14:11:26 +08:00
parent fb9d2d99d4
commit 08f9029bf8
7 changed files with 20 additions and 31 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const UploadAudio: React.FC<UploadAudioProps> = (props) => {
);
return (
<Tooltip
overlayInnerStyle={{ maxWidth: 265, width: 'max-content' }}
overlayInnerStyle={{ maxWidth: 290, width: 'max-content' }}
title={intl.formatMessage(
{ id: 'playground.audio.uploadfile.tips' },
{ formats: props.accept }