Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-03-26 07:41:16 +00:00
commit 32b0c6ac9f

View File

@ -89,7 +89,7 @@ attachmentFileTypes.add({
}, },
}); });
const iframePreviewSupportedTypes = ['application/pdf', 'audio/*', 'image/*', 'video/*', 'text/*']; const iframePreviewSupportedTypes = ['application/pdf', 'audio/*', 'image/*', 'video/*', 'text/plain'];
function IframePreviewer({ index, list, onSwitchIndex }) { function IframePreviewer({ index, list, onSwitchIndex }) {
const { t } = useTranslation(); const { t } = useTranslation();