This commit is contained in:
yanghao05
2025-04-18 20:46:17 +08:00
parent a1537f9146
commit 4abd548325
8 changed files with 35 additions and 298 deletions

View File

@@ -73,6 +73,7 @@ export function getFileTypeByMimeCN(mime) {
'other': '其他',
'unknown': '未知'
};
console.log(mime)
return typeMap[getFileTypeByMime(mime)];
}