🎇 support webdav driver

This commit is contained in:
微凉
2021-12-30 21:39:17 +08:00
parent 0af3e95f1f
commit d71ed4d775
13 changed files with 255 additions and 20 deletions

View File

@ -11,8 +11,8 @@ import (
type DriverConfig struct {
Name string
OnlyProxy bool
NoLink bool // 必须本机返回的
OnlyProxy bool // 必须使用代理(本机或者其他机器)
OnlyLocal bool // 必须本机返回的
ApiProxy bool // 使用API中转的
NoNeedSetLink bool // 不需要设置链接的
NoCors bool // 不可以跨域