mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 05:51:26 +08:00
fix: format
This commit is contained in:
parent
bcf1fa90ed
commit
377614713b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user