From aaebda2ed0f3fc7c9f3bac9820db357c7e3e34ef Mon Sep 17 00:00:00 2001 From: Lan Date: Sun, 9 Feb 2025 21:08:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/storage.py | 1 - readme.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/storage.py b/core/storage.py index dc957d5..960a100 100644 --- a/core/storage.py +++ b/core/storage.py @@ -442,7 +442,6 @@ class WebDAVFileStorage(FileStorageInterface): # 分离文件名和目录路径 path_obj = Path(save_path) directory_path = str(path_obj.parent) - file_name = path_obj.name try: # 先创建目录结构 diff --git a/readme.md b/readme.md index 775bbf7..147bd9b 100644 --- a/readme.md +++ b/readme.md @@ -22,8 +22,8 @@ ## 🚀 更新计划 - [ ] 切片上传,同文件秒传,断点续传 -- [ ] webdav存储 - [ ] 用户登录重构 +- [x] webdav存储 - [x] 存储支持自定义路径 - [x] s3优化,不修改昵称为uuid,新建目录