fix: format

This commit is contained in:
suyao 2025-12-08 01:04:40 +08:00
parent bcf1fa90ed
commit 377614713b
No known key found for this signature in database

View File

@ -653,9 +653,7 @@ const NotesPage: FC = () => {
// 处理文件上传
const handleUploadFiles = useCallback(
async (
files:
| File[]
| Array<{ fullPath: string; isFile: boolean; isDirectory: boolean; systemPath: string }>,
files: File[] | Array<{ fullPath: string; isFile: boolean; isDirectory: boolean; systemPath: string }>,
overrideTargetFolderPath?: string
) => {
try {