chore: no longer supports epub

This commit is contained in:
Junyan Qin
2025-07-19 21:56:50 +08:00
parent 91cb5ca36c
commit 13f4ed8d2c
2 changed files with 1 additions and 45 deletions

View File

@@ -104,7 +104,7 @@ export default function FileUploadZone({
id="file-upload"
className="hidden"
onChange={handleFileSelect}
accept=".pdf,.doc,.docx,.txt,.md,.html,.epub,.epub3"
accept=".pdf,.doc,.docx,.txt,.md,.html"
disabled={isUploading}
/>