fix 重命名

This commit is contained in:
jxxghp
2023-08-26 19:58:36 +08:00
parent 3a9e85c821
commit e5f7467d5b
4 changed files with 95 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ const endpoints = {
delete: { url: '/filebrowser/delete?path={path}', method: 'get' },
download: { url: '/filebrowser/download?path={path}', method: 'get' },
image: { url: '/filebrowser/image?path={path}', method: 'get' },
rename: { url: '/filebrowser/rename?path={path}&new_name={newname}', method: 'get' },
}
// 读取下载目录