docs(file): 清理文件上传功能注释

- 移除uploadFile调用中的冗余注释"使用2MB限制"
- 保持注释简洁明了,避免重复信息
- 统一代码注释风格
This commit is contained in:
Leo 2025-07-08 22:48:58 +08:00
parent 3c7ac2a328
commit 28faeb959d

View File

@ -758,7 +758,7 @@ async function customUpload({ file, onProgress, onFinish, onError }: any) {
//
onProgress({ percent: 10 })
// API - 使2MB
// API
await uploadFile(fileObj, folderName, 2, '-1')
//