'use client'; import { FileUpload } from '../../components/FileUpload'; import { FileDownload } from '../../components/FileDownload'; import { AdvancedFileDownload } from '../../components/AdvancedFileDownload'; import { DownloadTester } from '../../components/DownloadTester'; export default function UploadPage() { return (

文件上传和下载中心

完整的文件管理解决方案:上传、下载、预览

{/* 上传组件 */}

📤 文件上传

{/* 下载测试组件 */}

🔧 下载测试

{/* 基础下载组件 */}

📥 基础下载

{/* 高级下载组件 */}

🚀 高级下载

); }