refactor: 文件类型判断

This commit is contained in:
dap
2024-10-10 15:06:32 +08:00
parent 26ee8e28ea
commit 663bad5e71
5 changed files with 217 additions and 475 deletions

View File

@@ -24,6 +24,7 @@
"dependencies": {
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"file-type": "^19.5.0",
"vue-router": "catalog:"
}
}

View File

@@ -2,3 +2,4 @@ export * from './helpers';
export * from '@vben-core/shared/cache';
export * from '@vben-core/shared/color';
export * from '@vben-core/shared/utils';
export * from 'file-type';