新增一体机附件上传

This commit is contained in:
2025-12-17 18:10:06 +08:00
parent 8b9f7890af
commit a30a302e90
5 changed files with 1276 additions and 38 deletions

View File

@@ -23,6 +23,11 @@ const fileAbbreviation = computed(() => {
'text/markdown': 'MD',
'text/plain': 'TXT',
'text/html': 'HTML',
'xls': 'XLS',
'xlsx': 'XLSX',
'pdf': 'PDF',
'ppt': 'PPT',
'pptx': 'PPTX',
};
return typeMap[props.type] || 'OTHER';
});