绝尘
ded8989fe3
新增:文件预览支持 Excel 和 Word
功能增强:
- Excel 文件预览(.xlsx, .xls)
- Word 文件预览(.docx, .doc)
- 使用动态导入减小初始包体积
技术实现:
- xlsx 库(143KB gzipped)
- mammoth 库(100KB gzipped)
- 动态加载,仅在打开文件时导入
- HTML 表格渲染 Excel
- HTML 内容渲染 Word
修改文件:
- filePreviewHandlers.js - Office 预览处理器
- fileTypeHelpers.js - 添加 isExcelFile/isWordFile
- FileEditorPanel.vue - 集成 Office 预览 UI
- useFileEdit.ts - 添加 Office 文件类型判断
- index.vue - 更新配置和导入
- file-system.ts - 添加 Office 预览相关类型
2026-03-31 11:49:25 +08:00
..
2026-02-04 03:32:46 +08:00
2026-03-31 11:49:25 +08:00
2026-02-04 03:32:46 +08:00
2026-03-31 11:49:25 +08:00
2026-01-28 00:28:54 +08:00
2026-03-31 11:49:25 +08:00
2026-03-31 11:49:25 +08:00
2026-03-31 11:49:25 +08:00
2026-02-04 03:32:46 +08:00
2026-03-31 11:49:25 +08:00