feat: 新增webdav存储

This commit is contained in:
Lan
2025-02-09 20:25:23 +08:00
parent 2e44fe29a4
commit 1cbe8d5f2a
20 changed files with 281 additions and 82 deletions
+3
View File
@@ -40,6 +40,9 @@ DEFAULT_CONFIG = {
'uploadSize': 1024 * 1024 * 10,
'expireStyle': ['day', 'hour', 'minute', 'forever', 'count'],
'uploadMinute': 1,
'webdav_url': '',
'webdav_password': '',
'webdav_username': '',
'opacity': 0.9,
'background': '',
'uploadCount': 10,