fix:文件预览
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -46,13 +46,16 @@ | ... | @@ -46,13 +46,16 @@ |
| "axios": "^1.7.3", | "axios": "^1.7.3", | ||
| "clsx": "^2.1.1", | "clsx": "^2.1.1", | ||
| "date-fns": "^3.6.0", | "date-fns": "^3.6.0", | ||
| "docx-preview": "^0.3.6", | |||
| "github-markdown-css": "^5.8.0", | "github-markdown-css": "^5.8.0", | ||
| "pdfjs-dist": "^5.4.149", | |||
| "react": "^18.3.1", | "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | "react-dom": "^18.3.1", | ||
| "react-draggable": "^4.4.6", | "react-draggable": "^4.4.6", | ||
| "react-hot-toast": "^2.4.1", | "react-hot-toast": "^2.4.1", | ||
| "react-joyride": "^2.9.3", | "react-joyride": "^2.9.3", | ||
| "react-markdown": "^9.0.1", | "react-markdown": "^9.0.1", | ||
| "react-pdf": "^10.1.0", | |||
| "react-photo-view": "^1.2.6", | "react-photo-view": "^1.2.6", | ||
| "react-redux": "^9.1.2", | "react-redux": "^9.1.2", | ||
| "react-router-dom": "^6.26.0", | "react-router-dom": "^6.26.0", | ||
| ... | @@ -60,7 +63,8 @@ | ... | @@ -60,7 +63,8 @@ |
| "rehype-raw": "^7.0.0", | "rehype-raw": "^7.0.0", | ||
| "rehype-sanitize": "^6.0.0", | "rehype-sanitize": "^6.0.0", | ||
| "remark-gfm": "^4.0.0", | "remark-gfm": "^4.0.0", | ||
| "tailwind-merge": "^2.4.0" | "tailwind-merge": "^2.4.0", | ||
| "xlsx": "^0.18.5" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@antfu/eslint-config": "^2.24.1", | "@antfu/eslint-config": "^2.24.1", | ||
| ... | ... |
src/components/FilePreviewModal/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment