feat: 新增后台选择过期方式

This commit is contained in:
lan
2024-06-15 20:04:48 +08:00
parent bea89f9e19
commit a891fbe826
8 changed files with 45 additions and 39 deletions
+1
View File
@@ -288,4 +288,5 @@ storages = {
'onedrive': OneDriveFileStorage,
'opendal': OpenDALFileStorage,
}
file_storage: FileStorageInterface = storages[settings.file_storage]()