refactor: 使用 vue-office 重构文件预览(移除KKFileView)

移除 KKFileView
使用 vue-office 重构文件预览
移除依赖  editor,md-editor-v3,editor-for-vue
This commit is contained in:
KAI
2024-10-14 06:51:52 +00:00
committed by Charles7c
parent 2e15cf2d48
commit 51aceac988
13 changed files with 298 additions and 992 deletions

View File

@@ -41,4 +41,8 @@ export const FileIcon: FileExtendNameIconMap = {
export const ImageTypes = ['jpg', 'png', 'gif', 'jpeg']
/** WPS、Office文件类型 */
export const OfficeTypes = ['ppt', 'pptx', 'doc', 'docx', 'xls', 'xlsx']
export const OfficeTypes = ['ppt', 'pptx', 'doc', 'docx', 'xls', 'xlsx', 'pdf']
export const WordTypes = ['doc', 'docx']
export const ExcelTypes = ['xls', 'xlsx']