Skip to content

Commit f2f301f

Browse files
author
Lan
committed
feat: 更新readme
1 parent 8973abd commit f2f301f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/storage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ async def save_file(self, file: UploadFile, save_path: str):
442442
# 分离文件名和目录路径
443443
path_obj = Path(save_path)
444444
directory_path = str(path_obj.parent)
445-
file_name = path_obj.name
446445

447446
try:
448447
# 先创建目录结构

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
## 🚀 更新计划
2424
- [ ] 切片上传,同文件秒传,断点续传
25-
- [ ] webdav存储
2625
- [ ] 用户登录重构
26+
- [x] webdav存储
2727
- [x] 存储支持自定义路径
2828
- [x] s3优化,不修改昵称为uuid,新建目录
2929

0 commit comments

Comments
 (0)