+
+
+ 目标文档ID: {selectedDocumentId}
+
+
+ 支持PDF、Word、ZIP、RAR格式,ZIP/RAR内仅合并其中的PDF文件
+
+
+
+
+
+
+
e.target.files && handleAttachmentFilesSelected(e.target.files)}
+ className="hidden"
+ id="attachment-file-input"
+ />
+
+
+ {attachmentFiles.length > 0 && (
+
+
+ 已选择 {attachmentFiles.length} 个文件
+
+
+ {attachmentFiles.map((file, index) => (
+
+
+ {file.name} ({formatFileSize(file.size)})
+
+ ))}
+
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+