mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
fix: format
This commit is contained in:
parent
bcf1fa90ed
commit
377614713b
@ -653,9 +653,7 @@ const NotesPage: FC = () => {
|
|||||||
// 处理文件上传
|
// 处理文件上传
|
||||||
const handleUploadFiles = useCallback(
|
const handleUploadFiles = useCallback(
|
||||||
async (
|
async (
|
||||||
files:
|
files: File[] | Array<{ fullPath: string; isFile: boolean; isDirectory: boolean; systemPath: string }>,
|
||||||
| File[]
|
|
||||||
| Array<{ fullPath: string; isFile: boolean; isDirectory: boolean; systemPath: string }>,
|
|
||||||
overrideTargetFolderPath?: string
|
overrideTargetFolderPath?: string
|
||||||
) => {
|
) => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user